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 %}

' + 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_authorized: category: commerce_payment label: 'Payment authorized' - template: '

Payment authorized via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}

' + template: '

Payment authorized via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}

' payment_manual_received: category: commerce_payment label: 'Manual payment received' @@ -79,7 +79,7 @@ payment_manual_received: payment_completed: category: commerce_payment label: 'Payment captured' - template: '

Payment captured via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}

' + template: '

Payment captured via {{ gateway }} for {{ amount|commerce_price_format }}{% if method %} using {{ method }}{% endif %}.{% if remote_id %}
Transaction ID: {{ remote_id }}.{% endif %}

' payment_updated: category: commerce_payment label: 'Payment updated'