Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 3fcac53

Browse files
authored
Update payment json in README
1 parent f01c6db commit 3fcac53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ commerce.order({
6060
}).then(({cart, order}) => {
6161
return commerce.payment({
6262
// Get a token from Stripes button or a custom integration
63+
"provider": "stripe",
6364
"stripe_token": TOKEN_FROM_STRIPE_CC_FORM,
6465
// The commerce API will verify that the amount and order ID match
6566
"amount": cart.total.cents,

0 commit comments

Comments
 (0)