Skip to content

Commit def4989

Browse files
author
Anna Bukatar
committed
ACP2E-1196: Minimum order amount error when discount rule is applied for shipping amount
1 parent 7670964 commit def4989

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/AddressTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,14 @@ public function getDataProvider(): array
299299
}
300300

301301
/**
302+
* Tests minimum order amount validation
303+
*
304+
* @param array $scopeConfigValues
305+
* @param array $address
306+
* @param array $quote
307+
* @param bool $result
302308
* @dataProvider getDataProvider
309+
*
303310
* @return void
304311
*/
305312
public function testValidateMinimumAmount(

0 commit comments

Comments
 (0)