Masahiko Sakakibara

Results 107 comments of Masahiko Sakakibara

@danielalbrecht Hi, thanks for try. What did you require payment method?? This plugin support card payment and apple pay, google pay, only. If many others need the payment method you...

@PaintedShepherd > they don't show up in our paymentSheet. https://stripe.com/docs/payments/sofort/accept-a-payment This seems to be not paymentSheet function, and not settings by dashboard only. We need to implement new features in...

@danielalbrecht @PaintedShepherd Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. https://github.com/capacitor-community/stripe/issues/145 Thanks.

Hi, thanks for issue. You are right. I add method `string` return, and some update: https://github.com/capacitor-community/stripe/commit/d0daa9f9d99fd5aabdde54aae60971344c5f3004 Note, however, that this is a change from Capacitor4.

@mostafa3ly Thanks for issue. This was CapacitorStripeProvider's bug. I fixed and released v3.8.2. Please test it. https://github.com/capacitor-community/stripe/commit/a8ef5f4452321b90b1190f51ac104f42f9fb46ef Thanks.

@mostafa3ly Did you run `npm install` and `npx cap sync` ? In my device, no problem to run.

Yes, I tested on react-demo. Now, work with no problem. Can Google Pay work on your device?

I put the word "React" in the title of the Demo to make sure I check it with React-Android. It is indeed working. ![S__12345346](https://user-images.githubusercontent.com/9690024/180121440-b62e1589-7f97-4923-b9f3-338da8d40379.jpg) ![S__12345348](https://user-images.githubusercontent.com/9690024/180121452-5da54f6d-dc66-470f-9781-7ce017c1ffa0.jpg) Are you sure you run...

Thanks for issue. You should check here: https://github.com/capacitor-community/stripe/blob/master/android/src/main/java/com/getcapacitor/community/stripe/paymentsheet/PaymentSheetExecutor.java#L102 Unfortunately, there is nothing this plugin can do, since the STRIPE library itself does not throw errors. (Although it does CATCH the...

Pre-released with next tag: https://github.com/capacitor-community/firebase-analytics/releases/tag/v2.0.0-1 This is a pre-release for those who want to use this plugin with Capacitor4 in a hurry. @maintainer Released with next tag to make the...