Open FeofanGreek opened 2 years ago
Здравствуйте @FeofanGreek, скажите пожалуйста какую версию mad_pay и flutter вы используете?
Добрый день
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.5.3, on macOS 12.1 21C52 darwin-arm, locale ru) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] Connected device (2 available)
• No issues found!
tinkoff_acquiring: ^3.0.4 tinkoff_acquiring_flutter: ^3.0.4 mad_pay: ^2.2.7
26 янв. 2022 г., в 07:57, MiT @.***> написал(а):
Здравствуйте @FeofanGreek https://github.com/FeofanGreek, скажите пожалуйста какую версию mad_pay и flutter вы используете?
— Reply to this email directly, view it on GitHub https://github.com/MadBrains/Mad-Pay-Flutter/issues/40#issuecomment-1021890577, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANTRAK4CFW3CYPEQAOOB3A3UX6ELTANCNFSM5MZGWMWA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.
Пример моей реализации
`final MadPay pay = MadPay(environment: Environment.test);
GooglePayButton(
environment: Environment.test,
type: GooglePayButtonType.plain,
request: PaymentRequest.google(
google: GoogleParameters(
gatewayName: 'tinkoff',
gatewayMerchantId: '*DEMO',
merchantId: '****',
),
currencyCode: 'RUB',
countryCode: 'RU',
paymentItems:
D/plugins.madbrains.ru/mad_pay_channel(25255): ignoring exception: java.lang.IllegalStateException: Reply already submitted. See https://github.com/flutter/flutter/issues/29092 for details.
@FeofanGreek к сожалению мы не смогли воспроизвести вашу проблему. Скажите пожалуйста проблема все еще актуальна?
Здравствуйте! После нажатия на кнопку GPay и выбора карты для оплаты в консоль вываливается ошибка
D/plugins.madbrains.ru/mad_pay_channel(10071): ignoring exception: java.lang.IllegalStateException: Reply already submitted. See https://github.com/flutter/flutter/issues/29092 for details.
Дальнейшее выполнение программы не идет.
Ошибку вызывает функция из андроид пакета, находится в файле
MadPayAndroidPlugin.kt
на строке 61: