Skip to content

Commit a456f3e

Browse files
authored
Update apple_pay_screen_plugin.dart (#432)
1 parent 176321a commit a456f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/screens/wallets/apple_pay_screen_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class _ApplePayExternalPluginScreenState
7979

8080
final params = PaymentMethodParams.cardFromToken(token: token.id);
8181

82-
// 3. Confirm Google pay payment method
82+
// 3. Confirm Apple pay payment method
8383
await Stripe.instance.confirmPayment(clientSecret, params);
8484

8585
ScaffoldMessenger.of(context).showSnackBar(

0 commit comments

Comments
 (0)