#PERF
1 messages ยท Page 1 of 1 (latest)
PERF
Hello ๐
This is only happening on the latest version correct?
doesn't happen with older versions?
I upgraded from "^0.18.1" so i am unsure
paymentMethod field didn't exist in "^0.18.1"
this is also specifically when fetching a setupIntent via the retrieveSetupIntent method
looks like the change was introduced in 0.23.1
https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md#0231---2023-01-25
was the field labeled as deprecated premature?
Quite possible, I can double check with the team in a bit (once I am off of discord).
Does the issue resolve if you downgrade to 0.23.0 ?
I can still use the deprecated field paymentMethodId but I was just wondering if that was safe to since it was labeled as deprecated
the deprecated field has the correct value still
should be safe for now but we may remove it in a future release.