[IMP] payment_hyperpay, payment_hyperpay_tokenization: add payment icon in tokens
This commit is contained in:
parent
eb8a2c9b2e
commit
913538cbd7
|
|
@ -5,7 +5,7 @@
|
|||
<xpath expr="//t[@t-foreach='pms']//label" position="after">
|
||||
<ul class="float-right list-inline payment_icon_list">
|
||||
<li t-attf-class="list-inline-item">
|
||||
<span t-field="token.payment_icon_id.image_payment_form" t-options='{"widget": "image", "alt-field": "hyperpay_payment_brand"}'/>
|
||||
<span t-field="pm.payment_icon_id.image_payment_form" t-options='{"widget": "image", "alt-field": "hyperpay_payment_brand"}'/>
|
||||
</li>
|
||||
</ul>
|
||||
</xpath>
|
||||
|
|
|
|||
Loading…
Reference in New Issue