From 2805335558e7f399dd73883ce562de3a163e356a Mon Sep 17 00:00:00 2001 From: Bakri Alkhateeb <136708222+BakriAlkhateebHzit@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:10:51 +0400 Subject: [PATCH] Update README.md Fixed a typo on line 33 --- pay/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pay/README.md b/pay/README.md index daaa1085..8a36bfab 100644 --- a/pay/README.md +++ b/pay/README.md @@ -30,7 +30,7 @@ dependencies: Define the configuration for your payment provider(s). Take a look at the parameters available in the documentation for [Apple Pay](https://developer.apple.com/documentation/passkit/pkpaymentrequest) and [Google Pay](https://developers.google.com/pay/api/android/reference/request-objects), and explore the [sample configurations in this package](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart). ### Example -This snippet assumes the existence a payment configuration for Apple Pay ([`defaultApplePayConfigString`](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart#L27)) and another one for Google Pay ([`defaultGooglePayConfigString`](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart#L63)): +This snippet assumes the existence of a payment configuration for Apple Pay ([`defaultApplePayConfigString`](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart#L27)) and another one for Google Pay ([`defaultGooglePayConfigString`](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart#L63)): ```dart import 'package:pay/pay.dart'; @@ -179,4 +179,4 @@ Take a look at the following resources to manage your payment accounts and learn | Style guidelines | [Brand guidelines](https://developers.google.com/pay/api/android/guides/brand-guidelines) | [Buttons and Marks](https://developer.apple.com/design/human-interface-guidelines/apple-pay/overview/buttons-and-marks/)
-Note: This is not an officially supported Google product. \ No newline at end of file +Note: This is not an officially supported Google product.