Hi
I'm testing this on NOP 3.8, with a Paypal sandbox account. When selecting Paypal checkout, I get this error - Payment error: Object reference not set to an instance of an object.
In the browser Developer console I can see this message:
Error: "Payment error: Object reference not set to an instance of an object.
./node_modules/post-robot/src/index.js/_RECEIVE_MESSAGE_TYPE[conf.b.POST_MESSAGE_TYPE.RESPONSE]@https://www.paypalobjects.com/api/checkout.js:2563:31
receiveMessage@https://www.paypalobjects.com/api/checkout.js:2605:25
messageListener@https://www.paypalobjects.com/api/checkout.js:2626:13
"
and in the Debug file:
2018.09.18 16:51:38:7814*******
PayPalExpressCheckoutPayment. CreatePayment. CurrentCustomer.Id=1, IsCheckout=False, jsonFormData=__RequestVerificationToken=avH8xa5ZSLmZfFQzC5qvHVQbUUg2LfIhc-HIM_Jkp_33msOam3R-it70K0dpzUgfI67Uf4B5HscyfNofk7AglaNi76QpE0NM8oJwE8a_41SMnyB-ofWGG4WMKg99172gnSHno7XnaG49uFfR5019TQ2&itemquantity523=1
2018.09.18 16:51:38:7957*******
PayPalExpressCheckoutPayment. CreatePayment. FormCollection form
__RequestVerificationToken-avH8xa5ZSLmZfFQzC5qvHVQbUUg2LfIhc-HIM_Jkp_33msOam3R-it70K0dpzUgfI67Uf4B5HscyfNofk7AglaNi76QpE0NM8oJwE8a_41SMnyB-ofWGG4WMKg99172gnSHno7XnaG49uFfR5019TQ2
itemquantity523-1
2018.09.18 16:51:39:7312*******
PayPalService. CreatePayment. has apiContext
2018.09.18 16:51:39:7381*******
PayPalService. CreatePayment. has order amount
2018.09.18 16:51:39:7550*******
Error. PayPalService. CreatePayment. ErrorMessage=Object reference not set to an instance of an object.
Any idea where I am going wrong?
Thanks