Skip to content

Commit 3b0f1d1

Browse files
committed
Fix Error in Link Item Creation Example
1 parent a143917 commit 3b0f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ client = Client(client_id='***', secret='***', public_key='***', environment='sa
109109
exchange_token_response = client.Item.public_token.exchange('[Plaid Link public_token]')
110110
access_token = exchange_token_response['access_token']
111111

112-
stripe_response = client.Processor.stripeBankAccountTokenCreate(access_token, '[Account ID]'])
112+
stripe_response = client.Processor.stripeBankAccountTokenCreate(access_token, '[Account ID]')
113113
bank_account_token = stripe_response['stripe_bank_account_token']
114114
```
115115

0 commit comments

Comments
 (0)