-
Notifications
You must be signed in to change notification settings - Fork 39
Stripe Crash after select apply pay (Payment request is invalid: Error Domain=PKPassKitErrorDomain Code=1 "(null)") #31
Comments
I'm running into this as well.. seems like a pretty old issue. Did you solve this @AshishPatel48 ? |
By the way, this happens on the file PKPaymentAuthorizationViewController+Stripe_Blocks.m
|
@jlubeck did you ever find a solution? I'm hitting this too |
I ran into the same issue today. I was able to resolve it by making sure I was setting the
It's unfortunate that the error message was so generic. I hope this helps someone. |
What if the amount ends up being $0 (free), because of a promotion etc. This results in the same invalid request error. 😢 |
This worked for me too:) However, I set the actual amount on the Server (as recommended best practice). |
Crash app at this line :
objc_setAssociatedObject(viewController, &kSTPBlockBasedApplePayDelegateAssociatedObjectKey, delegate, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
Error : Payment request is invalid: Error Domain=PKPassKitErrorDomain Code=1 "(null)"
The text was updated successfully, but these errors were encountered: