flutter-plugin
flutter-plugin copied to clipboard
We are not able to reproduce or understand why some users get this error. `PlatformException(paymentFailed, Failed to complete the payment, null, null)` What may be the reasons?
`merchantId` is not specified in googles docs https://developers.google.com/pay/api/android/reference/request-objects#MerchantInfo
According to [Apple's documentation](https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymentmethodtype), The payment method type can be one of the following string values: "debit" "credit" "prepaid" "store" While the received json exported by this library returns the...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value #0 Pay.userCanPay (package:pay/src/pay.dart:58:50) #1 _PayButtonState.userCanPay (package:pay/src/widgets/pay_button.dart:121:14)
Fixed a typo on line 33
We are getting crashes on new **2.0.0 version of pay** This issue has 4 crash events affecting 4 users in the last 48 hours. Users are Samsung or xiomi, Android...
flutter pub add pay exit code 65 Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK. See https://dart.dev/go/sdk-version-pinning for details. The current Dart SDK version is...
Payment
How to check payment history and where is this listed
Hey, guys! I have recently upgraded library from v1.1.2 to v2.0.0 (`pay_android: 2.0.0`, `pay_ios: 1.0.11` and `pay_platform_interface: 1.0.4`, according to my pubspec.lock file) and spotted that height of Google Pay...
First time reporting an issue, but felt as if it were necessary as it would've saved me days. When adding Apple Pay you must add the following to your info.plist...