From e49ef3e919cf592df8db394fd4f1e6509dd8eecb Mon Sep 17 00:00:00 2001 From: Saurabh Date: Sat, 29 Sep 2018 22:22:29 +0530 Subject: [PATCH] [fix] minor-fixes --- payments/templates/pages/razorpay_checkout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/payments/templates/pages/razorpay_checkout.py b/payments/templates/pages/razorpay_checkout.py index 3885224..c45279c 100644 --- a/payments/templates/pages/razorpay_checkout.py +++ b/payments/templates/pages/razorpay_checkout.py @@ -26,7 +26,6 @@ def get_context(context): context['token'] = frappe.form_dict['token'] context['amount'] = flt(context['amount']) - context['subscription_id'] = payment_details['subscription_id'] \ if payment_details.get('subscription_id') else ''