-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STPPaymentHandler crashed when confirm PaymentIntent (automatic flow) #1242
Comments
@letrongtriet thanks for raising this, I was literally just having this issue and was about to raise it myself. I am attempting to use the following card: |
Digging a little deeper and it looks like it could be the object that is returned from: The |
Thanks for reporting this! I haven't been able to reproduce this crash so far. Are you able to breakpoint on line 473 in |
@yuki-stripe Please see the attachment below for all information NOTE:
|
Thanks @letrongtriet! We've identified an issue with our code obfuscation, and are working on a fix. |
@letrongtriet @DrTomBates This should be fixed on 5cfa3dc - you can point your Podfile to that commit until the next version is released. Please let me know if that resolves this issue! |
@yuki-stripe It did fix the problem 👍 |
@yuki-stripe This looks like it has solved the issue for me as well, thanks! |
@yuki-stripe It didn't help me... |
@denglei022 Can you make a new issue with your crash and details? The fix for this is in v16.0.1. |
Thanks.That's OK.I used the new version
发自我的iPhone
…------------------ Original ------------------
From: Yuki Tokuhiro <[email protected]>
Date: Fri,Jul 26,2019 7:00 AM
To: stripe/stripe-ios <[email protected]>
Cc: denglei022 <[email protected]>, Mention <[email protected]>
Subject: Re: [stripe/stripe-ios] STPPaymentHandler crashed when confirm PaymentIntent (automatic flow) (#1242)
Closed #1242.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
* Don't show autocomplete if default shipping values are present * Use only line 1 for keyboard suggestions for auto complete * Revert "Use only line 1 for keyboard suggestions for auto complete" This reverts commit afe896269b3337792687be3f771d8e2d196ba696.
Summary
App crashed right away when try to confirm a payment intent (created by Backend)
Card used:
4000000000003253
Code to reproduce
iOS version
12.3.1
Installation method
Cocoapods
SDK version
16.0.0
Other information
Crash log:
Last step before crash:
#import "STPDispatchFunctions.h"
The text was updated successfully, but these errors were encountered: