order.payment_method - Displays the payment method selected at checkout#
Description#
Use {{ order.payment_method }}
placeholder to display the payment method chosen by the customer.
Usage#
Place {{ order.payment_method }}
in any field that supports placeholders. For example, the email subject or message.
Parameters#
This placeholder does not have any parameters.
Fallback#
This placeholder does not have any fallback. If it is used in an event that does not provide product data, it will display no content.