#benk-reactnative-paymetnsheet
1 messages · Page 1 of 1 (latest)
I think I might know, looking
I assume that is from the Stripe ReactNative github repo and there might be a bug there
try this
replace that presentPaymentSheet() call with
const { error } = await presentPaymentSheet({
clientSecret: paymentIntent,
});
give that a shot
k one sec
ah actually
hang on, no
just remove clientSecret entirely
that's what I already have
ah
I missed that change in 0.2.1