mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Travis correction
This commit is contained in:
@@ -86,7 +86,7 @@ class StripeSettings(Document):
|
|||||||
self.flags.status_changed_to = "Completed"
|
self.flags.status_changed_to = "Completed"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
frappe.log_error(str(resp), 'Stripe Payment not completed')
|
frappe.log_error(charge.failure_message, 'Stripe Payment not completed')
|
||||||
|
|
||||||
except:
|
except:
|
||||||
frappe.log_error(frappe.get_traceback())
|
frappe.log_error(frappe.get_traceback())
|
||||||
|
|||||||
Reference in New Issue
Block a user