Google Checkout Plugin Bug

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Fixed. Please see chnageset 54ef731cf237
13 years ago
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 :-)
13 years ago
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
13 years ago
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.