We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176321a commit a456f3eCopy full SHA for a456f3e
example/lib/screens/wallets/apple_pay_screen_plugin.dart
@@ -79,7 +79,7 @@ class _ApplePayExternalPluginScreenState
79
80
final params = PaymentMethodParams.cardFromToken(token: token.id);
81
82
- // 3. Confirm Google pay payment method
+ // 3. Confirm Apple pay payment method
83
await Stripe.instance.confirmPayment(clientSecret, params);
84
85
ScaffoldMessenger.of(context).showSnackBar(
0 commit comments