A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
After creating the purchase order during checkout, I have a purcahse order object now I need to read the payment details which contains card details like card no, expiry date, security code etc
I used this Payment paymentInfo = po.OrderForms[0].Payments[0]; but its giving me the incomplete card no. and other details
what should I do?
Thanks