Skip to content

Commit

Permalink
feat(payment): STRIPE-476 Stripe Google Pay 3DS TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-dronov committed Oct 28, 2024
1 parent ed245c1 commit 11487e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default class GooglePayStripeGateway extends GooglePayGateway {
private scriptLoader: StripeUPEScriptLoader,
) {
super('stripe', paymentIntegrationService);
console.log('Stripe gateway');
}

async mapToExternalCheckoutData(
Expand Down

0 comments on commit 11487e6

Please sign in to comment.