Travis correction

This commit is contained in:
Charles-Henri Decultot 2018-05-23 16:45:36 +00:00
parent 30da37fbb8
commit 79380c6a74

View File

@ -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())