HOTFIX: Canadian Address Checkout Issue Updated
Checkout (general):
Fixed an issue where we were attempting to look up states by zip code for Canadian addresses (which are not in our zip codes table)
PayPal Express Checkout:
An encoding change on one of the source code files in the solution changed the Québec é character to a ? in the cs file (looks to be the fault of codegen) so I escaped it. This would cause an error on checkout when someone returned from PayPal Express Checkout with an address in Québec. PayPal returns "Quebec" without the é character and we have to look it up in our states table.
0
Please sign in to leave a comment.
Comments
0 comments