solidusio / solidus_paypal_commerce_platform

💳 Integrate Solidus with Paypal Commerce Platform
https://developer.paypal.com/docs/platforms/
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

Fix for C2 country code for China #204

Open jtapia opened 11 months ago

jtapia commented 11 months ago

Summary

As selecting China from PayPal addresses, the country_code that we received is C2, and that doesn't match with the Carmen/Spree::Country default code for China(CN)

=> #<ActionController::Parameters {"city"=>"Beijing", "state"=>"BEIJING", "country_code"=>"C2", "postal_code"=>"100000"} permitted: false>
kennyadsl commented 9 months ago

@jtapia can you please rebase this one? The failure should be gone now, thanks!