Browser and OS Chrome 125.0.6422.76 (Official Build) (x86_64) MacOS 14.4.1
Issue description
For Google Pay, If I set a country code of UK for shippingAddressParameters.allowedCountryCodes in my call to createPaymentDataRequest() should I be able to select a delivery address from another country? It seems that when I try an address in France I can select that address and submit the payment successfully with no messaging or issue.
Actual Result
I can select a shipping address in France.
Expected Result
I'm assuming I shouldn't be able to select a shipping address in a country other than UK.
General information
Issue description
For Google Pay, If I set a country code of
UK
forshippingAddressParameters.allowedCountryCodes
in my call tocreatePaymentDataRequest()
should I be able to select a delivery address from another country? It seems that when I try an address in France I can select that address and submit the payment successfully with no messaging or issue.Actual Result
I can select a shipping address in France.
Expected Result
I'm assuming I shouldn't be able to select a shipping address in a country other than UK.
Code Example