Skip to content
Snippets Groups Projects

Issue #3112812: Add logging for payment failures during checkout

Merged Dmytrii Kaiun requested to merge issue/commerce-3112812:3112812-add-logging-for into 8.x-2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -91,4 +91,4 @@ payment_deleted:
payment_failed:
category: commerce_payment
label: 'Payment failed'
template: '<p>Payment request failed at {{ gateway }}{% if amount %} for {{ amount|commerce_price_format }}{% endif %}. <br />{{ error_message }}</p>'
template: '<p>Payment request failed at {{ gateway }}{% if amount %} for {{ amount|commerce_price_format }}{% endif %}.{% if method %} [{{ method }}].{% endif %}{% if remote_id %}<br /> Transaction ID: {{ remote_id }}.{% endif %}<br /> {{ error_message }}</p>'
Loading