Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 18, 2024
1 parent 6f2b90c commit 9424a46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ public function createProductQuantityRule($product_id, Request $request){

Event::dispatch('promotions.cart_rule.update.after', $cartRule);


}else{

Event::dispatch('promotions.cart_rule.create.before');

$cartRule = $this->getRepositoryInstance()->create($cartRuleData);
Expand Down

0 comments on commit 9424a46

Please sign in to comment.