Im trying to intergrate Dash to PaypalPro - UK, I have entered in all the API details. The site goes through all the steps but when I click on Process Order on Order Review it throws the following error:
"Object reference not set to an instance of an object."
On PaypalService.cs
expressCheckoutPaymentRequestDetails.Token = order.ExtendedProperties[PAYPAL_TOKEN].ToString(); - Line:459
Has anyone else had this problem? And how do I get this to work?
Cheers