diff --git a/Resources/docs/subscription-billing.md b/Resources/docs/subscription-billing.md index bb30875..2c3acda 100644 --- a/Resources/docs/subscription-billing.md +++ b/Resources/docs/subscription-billing.md @@ -6,7 +6,7 @@ In this chapter we show how to create subscription plan and use it in future to ```php setDetails([ // everything in this section is never sent to the payment gateway 'local' => [ 'save_card' => true, - 'customer' => ['plan' => 'gold'], + 'customer' => ['plan' => $plan['id']], ], ]); ```