Sfoglia il codice sorgente

[fix] minor-fixes

pull/2/head
Saurabh 6 anni fa
parent
commit
e49ef3e919
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      payments/templates/pages/razorpay_checkout.py

+ 0
- 1
payments/templates/pages/razorpay_checkout.py Vedi 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 ''



Caricamento…
Annulla
Salva