Skip to content

Commit 3b29919

Browse files
committed
MAGETWO-91682: [2.3] Incorrect amount is sent to PayPal when discount is applied to an order
1 parent 6d2f92b commit 3b29919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Tax/_files/scenarios/including_tax_apply_tax_after_discount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
SetupUtil::TAX_RATE_OVERRIDES => [
2222
SetupUtil::TAX_RATE_TX => 10,
2323
SetupUtil::TAX_STORE_RATE => 10,
24-
SetupUtil::TAX_RATE_SHIPPING => 10
24+
SetupUtil::TAX_RATE_SHIPPING => 10,
2525
],
2626
SetupUtil::TAX_RULE_OVERRIDES => [
2727
[

0 commit comments

Comments
 (0)