We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d276924 commit 61eccb2Copy full SHA for 61eccb2
src/gateways.php
@@ -65,7 +65,7 @@ class Gateways {
65
},
66
];
67
68
-Gateways::$gateways['credit-card-intent'] = [
+Gateways::$gateways['credit-card-sca'] = [
69
'completePayment' => function (OrderPage $virtualOrderPage, array $data): OrderPage
70
{
71
$stripePaymentIntentId = $virtualOrderPage->stripePaymentIntentId()->toString();
0 commit comments