diff --git a/modules/log/commerce_log.commerce_log_templates.yml b/modules/log/commerce_log.commerce_log_templates.yml index 2790f3ff..7c61ae50 100644 --- a/modules/log/commerce_log.commerce_log_templates.yml +++ b/modules/log/commerce_log.commerce_log_templates.yml @@ -67,11 +67,11 @@ commerce_order_admin_comment: payment_added: category: commerce_payment label: 'Payment added' - template: '
Payment added via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}. State: {{ state }}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}
Payment added via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}. State: {{ state }}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}
Payment authorized via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}
Payment authorized via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}
Payment captured via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}
Payment captured via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}