From 6a7f59db0f9655c6fdf76a5af2a9efbd82542f98 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 10 Jun 2021 11:21:03 -0400 Subject: [PATCH] Adapt to the new payment amount enforcement --- nixos/modules/tests/get-passes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tests/get-passes.py b/nixos/modules/tests/get-passes.py index 691a3d26..63b59e57 100755 --- a/nixos/modules/tests/get-passes.py +++ b/nixos/modules/tests/get-passes.py @@ -95,7 +95,7 @@ def charge_json(voucher): return { "token": "tok_abcdef", "voucher": voucher, - "amount": "100", + "amount": "650", "currency": "USD", } -- GitLab