Nop 2.4 ProcessPaymentRequest

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,

Was just wondering what the thinking was behind changing the ProcessPaymentRequest class.

It used to contain the Customer object. Now it just has CustomerId

I used to do processPaymentRequest.Customer.BillingAddress.Address1

Can you suggest an alternative now the class has changed?

Thanks

Darren
12 years ago
It was change to resolve the following issue "Customer could not place order or use external authentication providers if ASP.NET session mode was set to "SQLServer" or "Custom". ProcessPaymentRequest could not be serialized. But it could. You have to use ICustomerService in order to load a customer by its identifier
12 years ago
a.m. wrote:
It was change to resolve the following issue "Customer could not place order or use external authentication providers if ASP.NET session mode was set to "SQLServer" or "Custom". ProcessPaymentRequest could not be serialized. But it could. You have to use ICustomerService in order to load a customer by its identifier



OK. Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.