--- action: 'shop:receipt' template: inner protocol: all published: true name: Receipt url: '/receipt/:paymenthash' ---
{% if invoice %}

Please keep this information for your records.


{{ partial('shop-invoiceitems') }}
{% if invoice.isPaid() %}
{% else %}

Pay the order

{% endif %}
{% else %}

Invoice not found.

{% endif %}