Skip to content

Commit 82aff57

Browse files
committed
[FIX] payment_epayco: Include amount tax in query for get if an advance payment with another payment method was done, if so, we do not send tax data to the payment gateway..
1 parent 33a777b commit 82aff57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payment_epayco/views/payment_epayco_templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<div id="form-button-container">
5252
<form>
53-
<t t-if="amount_untaxed > amount">
53+
<t t-if="(amount_untaxed + amount_tax) > float(amount)">
5454
<script
5555
src="https://checkout.epayco.co/checkout.js"
5656
class="epayco-button"

0 commit comments

Comments
 (0)