Nop 2.4 ProcessPaymentRequest

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
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
Il y a 12 ans
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
Il y a 12 ans
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.