This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
payments
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] minor-fixes
pull/2/head
Saurabh
6 years ago
parent
0d0d19d1dc
commit
e49ef3e919
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
payments/templates/pages/razorpay_checkout.py
+ 0
- 1
payments/templates/pages/razorpay_checkout.py
View File
@@ -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 ''
Write
Preview
Loading…
Cancel
Save