Google Checkout Plugin Bug

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Fixed. Please see chnageset 54ef731cf237
Il y a 13 ans
a.m. wrote:
Fixed. Please see chnageset 54ef731cf237


Thanks Andrei. This is fantastic news. GC will increase orders on our site which makes me happy :-)
Il y a 13 ans
Could I lobby you again to consider this feature in a future release?

http://nopcommerce.codeplex.com/workitem/10459
https://www.nopcommerce.com/boards/t/14309/feature-suggestion-favourite-categories.aspx

Thanks again for the GC fix

Darren
Il y a 13 ans
a.m. wrote:
Fixed. Please see chnageset 54ef731cf237


A word of warning to anyone with the PayPal Express Plugin. This update will break the plugin.

Do a search for
customer.SetBillingAddress(billingAddress);
and change to  
customer.BillingAddress = billingAddress;


Do a search for
customer.SetShippingAddress(billingAddress);
and change to  
customer.BillingAddress = billingAddress;


Hope this helps someone out.

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