|
15 | 15 | <input type="hidden" name="country_code" t-att-value="country_code"/> |
16 | 16 | <input type="hidden" name="epayco_env_test" t-att-value="epayco_env_test"/> |
17 | 17 | <input type="hidden" name="reference" t-att-value="reference"/> |
| 18 | + <input type="hidden" name="order" t-att-value="order"/> |
18 | 19 | <input type="hidden" name="epayco_lang" t-att-value="epayco_lang"/> |
19 | 20 | <input type="hidden" name="response_url" t-att-value="response_url"/> |
20 | 21 | <input type="hidden" name="confirmation_url" t-att-value="confirmation_url"/> |
|
59 | 60 | t-att-data-epayco-amount="amount" |
60 | 61 | t-att-data-epayco-name="reference" |
61 | 62 | t-att-data-epayco-description="reference" |
62 | | - t-att-data-epayco-invoice="reference" |
| 63 | + t-att-data-epayco-invoice="order" |
| 64 | + t-att-data-epayco-extra1="reference" |
63 | 65 | t-att-data-epayco-currency="currency_code" |
64 | 66 | t-att-data-epayco-country="country_code" |
65 | 67 | t-att-data-epayco-external="epayco_checkout_external" |
|
86 | 88 | t-att-data-epayco-tax-base="amount_untaxed" |
87 | 89 | t-att-data-epayco-name="reference" |
88 | 90 | t-att-data-epayco-description="reference" |
89 | | - t-att-data-epayco-invoice="reference" |
| 91 | + t-att-data-epayco-invoice="order" |
| 92 | + t-att-data-epayco-extra1="reference" |
90 | 93 | t-att-data-epayco-currency="currency_code" |
91 | 94 | t-att-data-epayco-country="country_code" |
92 | 95 | t-att-data-epayco-external="epayco_checkout_external" |
|
0 commit comments