Skip to content

Commit 7c7ee2c

Browse files
committed
Attempt to fix failing Stripe tests
1 parent bcd5ebb commit 7c7ee2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Gateways/Builtin/StripeGateway.php

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function prepare(Request $request, OrderContract $order): array
7676
if ($this->inPaymentElementsMode()) {
7777
$intentData['automatic_payment_methods'] = [
7878
'enabled' => true,
79+
'allow_redirects' => 'never',
7980
];
8081
}
8182

0 commit comments

Comments
 (0)