We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I really need to be able to programmatically close the Apple Payment sheet, I used to be able to on an older SDK, is it still possible?
Many Thanks
The text was updated successfully, but these errors were encountered:
I added,
`var mockSuccess: StripeAPI.PaymentIntent = StripeAPI.PaymentIntent(id: "", clientSecret: "", amount: 0, canceledAt: nil, captureMethod: .automatic, confirmationMethod: .automatic, created: Date(), currency: "", stripeDescription: "", livemode: false, receiptEmail: "", sourceId: "", paymentMethodId: "", status: .succeeded, shipping: nil); completion(.success(mockSuccess))`
into
PaymentIntent+API.swift
as a quick fix, since I want to continue doing the clientSecret check on the api.
Sorry, something went wrong.
Hello, this feature is not available today but thank you for the suggestion. We revisit our roadmap periodically and will keep this idea in mind.
No branches or pull requests
I really need to be able to programmatically close the Apple Payment sheet, I used to be able to on an older SDK, is it still possible?
Many Thanks
The text was updated successfully, but these errors were encountered: