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 202751c commit adeb5daCopy full SHA for adeb5da
README.md
@@ -55,7 +55,7 @@ repository.
55
$customer = $gateway->createCustomer([
56
'customerData' => [
57
'id' => 1,
58
- 'firstName' => 'John",
+ 'firstName' => 'John',
59
'lastName' => 'Doe'
60
]
61
])->send();
@@ -75,7 +75,7 @@ You can find full list of options [here](https://developers.braintreepayments.co
75
$subscription = $gateway->createSubscription([
76
'subscriptionData' => [
77
'paymentMethodToken' => 'payment_method_token',
78
- 'planId' => 'weekly",
+ 'planId' => 'weekly',
79
'price' => '30.00'
80
81
0 commit comments