Skip to content

Commit

Permalink
adj doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Mar 21, 2016
1 parent 02e7ac6 commit 4725613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/docs/subscription-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this chapter we show how to create subscription plan and use it in future to

```php
<?php
// create_plan.php
// prepare.php

use Payum\Stripe\Request\Api\CreatePlan;

Expand Down Expand Up @@ -35,7 +35,7 @@ $payment->setDetails([
// everything in this section is never sent to the payment gateway
'local' => [
'save_card' => true,
'customer' => ['plan' => 'gold'],
'customer' => ['plan' => $plan['id']],
],
]);
```
Expand Down

0 comments on commit 4725613

Please sign in to comment.