Skip to content

Commit 1026de2

Browse files
authored
update order amount values (#69)
1 parent 442e524 commit 1026de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced-integration/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const createOrder = async (cart) => {
7777
{
7878
amount: {
7979
currency_code: "USD",
80-
value: "0.02",
80+
value: "100.00",
8181
},
8282
},
8383
],

standard-integration/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const createOrder = async (cart) => {
5656
{
5757
amount: {
5858
currency_code: "USD",
59-
value: "0.02",
59+
value: "100.00",
6060
},
6161
},
6262
],

0 commit comments

Comments
 (0)