Skip to content

Commit adeb5da

Browse files
author
Konstantinos Christofilos
committed
Fix typos in readme
1 parent 202751c commit adeb5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repository.
5555
$customer = $gateway->createCustomer([
5656
'customerData' => [
5757
'id' => 1,
58-
'firstName' => 'John",
58+
'firstName' => 'John',
5959
'lastName' => 'Doe'
6060
]
6161
])->send();
@@ -75,7 +75,7 @@ You can find full list of options [here](https://developers.braintreepayments.co
7575
$subscription = $gateway->createSubscription([
7676
'subscriptionData' => [
7777
'paymentMethodToken' => 'payment_method_token',
78-
'planId' => 'weekly",
78+
'planId' => 'weekly',
7979
'price' => '30.00'
8080
]
8181
])->send();

0 commit comments

Comments
 (0)