We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41884 commit 27416eeCopy full SHA for 27416ee
doc/customer.md
@@ -96,9 +96,8 @@ if ($cards->isError) {
96
97
```php
98
$cardToken = 'your_stripe_card_token';
99
-$cardMaxLimit = 3; // Set the maximum number of cards per customer
100
101
-$response = $stripeCustomer->addCard($customerId, $cardToken, $cardMaxLimit);
+$response = $stripeCustomer->addCard($customerId, $cardToken);
102
103
if ($response->isError) {
104
// Handle errors
0 commit comments