Nicolai
Nicolai
I have this issue with other frameworks. Any idea how to fix it?
Just ran into this as well. Any news here?
I have this problem. It reaches this point, then my network connection starts bugging out (Shania Twain stops singing off Spotify) and then it errors out saying it could not...
Just ran into this problem as well.
Ideally, and I know this would be a breaking change, you'd pass something like a `STPIntentClientSecretCompletion` enum to the callback instead of two arguments: ```swift enum STPIntentClientSecretCompletion { case success(clientSecret:...
Hello @brendanm-stripe 1. Have a subscription running already. Method of payment is irrelevant. 2. Want to make a change to this subscription, but with pending updates to avoid messing up...
@brendanm-stripe I have not tried this. We only send back the client secret if the payment intent has `requires_action`. Edit: I never mentioned any error about manual confirmations in this...
I see how that could play out, but I can't really do that as all other clients except Apple Pay expect that a returned client secret means they should start...
How does this require special casing for Apple Pay? You just need to change the documentation for this method so that passing double nil assumes the payment has succeeded. This...
You are right, that could happen, but is it a better experience than letting the sheet time out and tell the user that payment failed when in fact it didn't?...