We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442e524 commit 1026de2Copy full SHA for 1026de2
advanced-integration/server.js
@@ -77,7 +77,7 @@ const createOrder = async (cart) => {
77
{
78
amount: {
79
currency_code: "USD",
80
- value: "0.02",
+ value: "100.00",
81
},
82
83
],
standard-integration/server.js
@@ -56,7 +56,7 @@ const createOrder = async (cart) => {
56
57
58
59
60
61
62
0 commit comments