According to [the spec](https://w3c.github.io/browser-payment-api/#paymentaddress-interface):
**country**: This is the [CLDR] (Common Locale Data Repository) region code. For example, US, GB, CN, or JP.
**sortingCode**: This is the sorting code as used in, for example, France.
These look counterintuitive for me. Also, it's not super clear what `sortingCode` is. In Chrome, I only get blank "".
Shouldn't these be swapped? Are these on purpose?
For reference, in ApplePayJS:
**country**: The colloquial country name for the contact.
**countryCode**: The contact’s ISO country code.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/issues/434