diff --git a/admin/view/template/payment/hutko_order_info_panel.twig b/admin/view/template/payment/hutko_order_info_panel.twig index c40cc55..04eb635 100644 --- a/admin/view/template/payment/hutko_order_info_panel.twig +++ b/admin/view/template/payment/hutko_order_info_panel.twig @@ -3,41 +3,94 @@ {{ text_payment_information }} (Hutko)
| {{ text_hutko_transaction_ref_label }} | -{{ hutko_transaction_ref_display }} | -
| Date | +Ref | +Type | +Status | +Amount | +Action | +
|---|---|---|---|---|---|
| {{ t.date }} | +{{ t.ref }} | +{{ t.type }} | ++ {% if t.status == 'success' or t.status == 'approved' %} + {{ t.status }} + {% elseif t.status == 'failed' or t.status == 'declined' %} + {{ t.status }} + {% else %} + {{ t.status }} + {% endif %} + | +{{ t.amount }} | ++ + {% if t.can_refund %} + + {% endif %} + + | +
+ {{ t.payload }}
+ |
+ |||||
{{ text_no_transactions }}
{% endif %}