Travis correction
diff --git a/erpnext/erpnext_integrations/doctype/stripe_settings/stripe_settings.py b/erpnext/erpnext_integrations/doctype/stripe_settings/stripe_settings.py
index 227f138..7015a51 100644
--- a/erpnext/erpnext_integrations/doctype/stripe_settings/stripe_settings.py
+++ b/erpnext/erpnext_integrations/doctype/stripe_settings/stripe_settings.py
@@ -86,7 +86,7 @@
 				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())