From fa8c62ea0c635bddd3c69e028ac3b99ccc5f4d0e Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 31 May 2022 14:16:16 +0530 Subject: [PATCH] fix: formatting --- payments/templates/pages/razorpay_checkout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )