diff --git a/src/Http/Controllers/PaymentController.php b/src/Http/Controllers/PaymentController.php index a17aafd..b7558d2 100644 --- a/src/Http/Controllers/PaymentController.php +++ b/src/Http/Controllers/PaymentController.php @@ -42,7 +42,6 @@ public function redirect(): RedirectResponse $totalAmount = $cart->grand_total; $checkoutSession = Session::create([ - 'payment_method_types' => ['card'], 'line_items' => [[ 'price_data' => [ 'currency' => $cart->global_currency_code,