|
|
@@ -345,7 +345,8 @@ def razorpay_subscription_callback(): |
|
|
|
doc = frappe.get_doc({ |
|
|
|
"data": json.dumps(frappe.local.form_dict), |
|
|
|
"doctype": "Integration Request", |
|
|
|
"status": "Subscription Notification" |
|
|
|
"integration_type": "Subscription Notification", |
|
|
|
"status": "Queued" |
|
|
|
}).insert(ignore_permissions=True) |
|
|
|
frappe.db.commit() |
|
|
|
|
|
|
|