Skip to content

Commit 61eccb2

Browse files
committed
New Gateway for Stripe Payment Intent
Signed-off-by: Tobias Wolf <[email protected]>
1 parent d276924 commit 61eccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gateways.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Gateways {
6565
},
6666
];
6767

68-
Gateways::$gateways['credit-card-intent'] = [
68+
Gateways::$gateways['credit-card-sca'] = [
6969
'completePayment' => function (OrderPage $virtualOrderPage, array $data): OrderPage
7070
{
7171
$stripePaymentIntentId = $virtualOrderPage->stripePaymentIntentId()->toString();

0 commit comments

Comments
 (0)