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