Skip to content

Commit

Permalink
fix remove
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jan 18, 2025
1 parent 3751e07 commit 18abacd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ public function createProductQuantityRule($product_id, Request $request){

$id = $rule['id'];

Log::info('Product Price: '.$product_price);
Log::info('Qty: '.$qty);
Log::info('status: '.$status);
Log::info('ID: '.$id);
// Log::info('Product Price: '.$product_price);
// Log::info('Qty: '.$qty);
// Log::info('status: '.$status);
// Log::info('ID: '.$id);

$cartRuleData['discount_amount'] = $discount_amount;
$cartRuleData['status'] = $status;
Expand Down

0 comments on commit 18abacd

Please sign in to comment.