Travis correction
This commit is contained in:
parent
30da37fbb8
commit
79380c6a74
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user