Skip to content

Commit

Permalink
Allow promotion codes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning committed Nov 30, 2024
1 parent 5cb9d62 commit ae1a6af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/CheckoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function checkout(Request $request, Price $price)
'metadata' => [
'order_id' => $order->id,
],
'allow_promotion_codes' => true,
]);
}

Expand Down

0 comments on commit ae1a6af

Please sign in to comment.