Skip to content

Commit 0a74b18

Browse files
author
Anna Bukatar
committed
ACP2E-1155: Refunding Issue Rest API
1 parent 6e59504 commit 0a74b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/Validation/QuantityValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public function dataProviderForValidateQty()
324324
__('The credit memo\'s total must be positive.')
325325
],
326326
'isQtyDecimalAllowed' => false,
327-
'isValidGrandTotal' => false
327+
'isAllowZeroGrandTotal' => false
328328
],
329329
[
330330
'orderId' => 1,

0 commit comments

Comments
 (0)