diff --git a/payments/templates/pages/razorpay_checkout.py b/payments/templates/pages/razorpay_checkout.py index 942cf6c..b4f9e74 100644 --- a/payments/templates/pages/razorpay_checkout.py +++ b/payments/templates/pages/razorpay_checkout.py @@ -17,7 +17,7 @@ expected_keys = ( "payer_name", "payer_email", "order_id", - "currency" + "currency", )