Skip to content
Snippets Groups Projects
Commit 6a7f59db authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Adapt to the new payment amount enforcement

parent f919346e
Branches
No related tags found
3 merge requests!101Merge staging into production,!100Merge develop into staging,!99Update PaymentServer
Pipeline #699 passed
...@@ -95,7 +95,7 @@ def charge_json(voucher): ...@@ -95,7 +95,7 @@ def charge_json(voucher):
return { return {
"token": "tok_abcdef", "token": "tok_abcdef",
"voucher": voucher, "voucher": voucher,
"amount": "100", "amount": "650",
"currency": "USD", "currency": "USD",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment