RedEars
RedEars
I've seen the same issue some times with client.say and could just replicate it. ~~Seems to happen with longer messages.~~ This happens if the text has line breaks. No third-party...
Do you have some expected date for version 2?
@ihadeed Sounds great! I will test when you have it ready :)
Do you plan to integrate sources like sepa payment?
@ihadeed Hmm...I can see the sources and the SEPA source type in the stripe docs: https://stripe.github.io/stripe-ios/docs/Enums/STPSourceType.html#/c:@E@STPSourceType@STPSourceTypeSEPADebit
@ihadeed Google Pay doesn't actually work in the current beta branch because the "payWithGooglePay" method does not exist in CordovaStripe.java. As a workaround I changed the cordova.exec call to "createGooglePayToken"...
@IsaacHub Did you change "payWithGooglePay" on this line https://github.com/zyra/cordova-plugin-stripe/blob/6bfc88c8bbed5aee4698aaec87f6fe84eb20f1b9/www/CordovaStripe.ts#L370 to "createGooglePayToken"? I got the same error in the beginning and changed the action name (as stated above) in order to...
@IsaacHub Stripe only supports credit and debit cards as payment source from google pay as stated here: https://stripe.com/docs/google-pay
Really bothering issue...