{% set payment = hookable_metadata.context.order.payments.last() %} {% if payment != false %} {% if payment.method.instructions is not null %}
{{ payment.method.instructions }}
{% endif %} {% endif %}