I would like to query the PayPal Express payment method in a condition (Invoice and Refund tpl). What is the correct instruction/value for this? I would like to distinguish in the invoice and refund template between pay later (order.paymentMethod ‘WillBePaidLater’) and paid by PayPal Express.
I am looking for the equivalent as for payment by credit card
{{ #if_eq order.paymentMethod ‘CreditCard’ }}
What does this look like for PayPal Express Checkout?
Like {{ #if_eq order.paymentMethod ‘PayPal_Express’ }} maybe?
Thank you!