You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
danshirley1
changed the title
PaymentData Request allowedCountryCodes not taking effect
PaymentDataRequest allowedCountryCodes not taking effect
Jul 24, 2024
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
The text was updated successfully, but these errors were encountered: