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
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