Skip to content

Commit

Permalink
My Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnallam committed Oct 24, 2023
1 parent 7c03b1a commit 4fe6e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard-integration/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const createOrder = async (cart) => {
{
amount: {
currency_code: "USD",
value: "100.00",
value: "110.00",
},
},
],
Expand Down

0 comments on commit 4fe6e5a

Please sign in to comment.