We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa20fbe commit fe86f2aCopy full SHA for fe86f2a
app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Total/ShippingTest.php
@@ -517,7 +517,7 @@ public function testCollectUsingShippingInclTaxAndDiscountBeforeTax(string $calc
517
$this->taxConfig->expects($this->any())->method('displaySalesShippingInclTax')->willReturn(true);
518
$this->taxConfig->expects($this->any())
519
->method('getCalculationSequence')
520
- ->willReturn(TaxCalculation::CALC_TAX_AFTER_DISCOUNT_ON_EXCL);
+ ->willReturn($calculationSequence);
521
522
$orderShippingAmount = 14.55;
523
$shippingTaxAmount = 0.45;
0 commit comments