ソースを参照

[minor]

pull/2/head
Rushabh Mehta 8年前
コミット
b02247e1ca
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.py

+ 1
- 0
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.py ファイルの表示

@@ -200,6 +200,7 @@ def capture_payment(is_sandbox=False, sanbox_response=None):
doc = frappe.get_doc("Integration Request", doc.name)
doc.status = "Failed"
doc.error = frappe.get_traceback()
frappe.log_error(doc.error, '{0} Failed'.format(doc.name))

@frappe.whitelist(allow_guest=True, xss_safe=True)
def get_checkout_url(**kwargs):


読み込み中…
キャンセル
保存