Skip to content

Commit 5f6fd54

Browse files
committed
MCP-773: [GraphQL] Error in applying a coupon during a checkout
1 parent 977e4a2 commit 5f6fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Fixtures/CouponCodesFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function generateCouponCodes($ruleFactory, $couponCodeFactory, $websitesA
112112
'discount_amount' => 5,
113113
'discount_step' => 0,
114114
'stop_rules_processing' => 1,
115-
'sort_order' => '25',
115+
'sort_order' => '5',
116116
];
117117

118118
$model = $ruleFactory->create();

0 commit comments

Comments
 (0)