Skip to content

Commit

Permalink
Add missing setReturnUrlSchemeOnAndroid parameter passing to StripePl…
Browse files Browse the repository at this point in the history
…atform. (#2062)
  • Loading branch information
ksokolovskyi authored Feb 5, 2025
1 parent e0037fe commit 7511d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/stripe/lib/src/stripe.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Stripe {

/// Reconfigures the Stripe platform by applying the current values for
/// [publishableKey], [merchantIdentifier], [stripeAccountId],
/// [threeDSecureParams], [urlScheme]
/// [threeDSecureParams], [urlScheme], [setReturnUrlSchemeOnAndroid]
Future<void> applySettings() => _initialise(
publishableKey: publishableKey,
merchantIdentifier: merchantIdentifier,
Expand Down Expand Up @@ -716,6 +716,7 @@ class Stripe {
threeDSecureParams: threeDSecureParams,
merchantIdentifier: merchantIdentifier,
urlScheme: urlScheme,
setReturnUrlSchemeOnAndroid: setReturnUrlSchemeOnAndroid,
);
}

Expand Down

0 comments on commit 7511d55

Please sign in to comment.