Roman Sirokov

Results 41 comments of Roman Sirokov

Okay, yeah, the issue why the flow is failing is in Google Play Console. There were a few things I needed to fix. But the warning is still weird. I...

This feature is something that could be very useful. The aforementioned `delay-queues` only allow to configure the delay for the whole queue, but a very standard task is to delay...

To add, I would also like to see `flutter analyze` task.

@jonasbark: > We released 3.2.0 which includes the following fixes: https://github.com/stripe/stripe-react-native/blob/v0.13.0/CHANGELOG.md#fixes > > > Fixed an issue on Android where the complete field in the onCardChange callback would incorrectly be...

> I have the same error. Did anybody find some solution ? There are 2 temporary workarounds mentioned in #817: either downgrade to 3.1.0 or set `enablePostalCode` to true.

> I need to help to save the card details on the stripe You make it happen with SetupIntents. Learn More: - [stripe docs](https://stripe.com/docs/payments/setup-intents) - [stripe api](https://stripe.com/docs/api/setup_intents) - [flutter_stripe example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/others/setup_future_payment_screen.dart)

> How can i create "ephemeralKey" in flutter ? You can't. It's the backend's role to create the secret.

> i need it and pass it to the sheet params. I'm afraid it's beyond what I can describe in a simple comment. You need a backend application that creates...

You've let us down, @mendieta. We believed in you! We trusted you our apps, and you... Can you at least transfer the maintenance permissions to someone else?

@mozeryansky hey, I have similar goals to yours. Were you able to set up a pipeline for two modes simultaneously? If yes, how? Or where can I read about this?...