[IMP] payment_hyperpay, payment_hyperpay_tokenization: add payment icon in tokens

This commit is contained in:
Abdurrahman Saber 2026-01-08 18:13:22 +04:00
parent eb8a2c9b2e
commit 913538cbd7
1 changed files with 1 additions and 1 deletions

View File

@ -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>