Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Bellone <ob@stripe.com>
  • Loading branch information
richardm-stripe and ob-stripe committed May 14, 2020
1 parent f36578b commit 8322f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $customers = $stripe->customers->all([],[
'stripe_account' => 'acct_...'
]);

$stripe->customers->retrieve('cus_123456789', [
$stripe->customers->retrieve('cus_123456789', [], [
'api_key' => 'sk_test_...',
'stripe_account' => 'acct_...'
]);
Expand Down

0 comments on commit 8322f4d

Please sign in to comment.