#lukakhr_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1309474912511066133
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
pi_3QNuRkIkFtloCtI11t7R8bIf
would you mind sharing the code for when you submit a PI for confirmation please?
I don't submit a PI for confirmation as I said, that is handled by the PaymentSheet element for React Native unless I am misunderstanding something
I'm talking about this part https://docs.stripe.com/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-collect-payment-details
hmm ,seems like a bug, I think we're missing .paypal in the logic for the SDK deciding when it needs to create the mandate data in https://github.com/stripe/stripe-ios/blame/master/StripePayments/StripePayments/Source/API Bindings/Models/PaymentIntents/STPPaymentIntentParams.swift#L126-L144 , it exists in https://github.com/stripe/stripe-ios/blame/master/StripePayments/StripePayments/Source/API Bindings/Models/SetupIntents/STPSetupIntentConfirmParams.swift#L65-L81 for SetupIntents
I'll flag it internally to fix, but unfortunately I don't think there's a workaround beyond waiting for the release with the fix
oh, what is the usual timeframe for something like that so we know what to tell our client? and would it be possible for me to add it to the native code as a temporary fix while we're waiting for the release?
not really possible without rebuilding the library and then rebuilding the React Native library on top as well
I can't give a timeframe and also there are some code freezes with the time of the year , sorry.