Skip to content

Commit

Permalink
Merge pull request #6424 from blockchain/fix/apple-pay-country-GROWUX…
Browse files Browse the repository at this point in the history
…-4921

fix(apple-pay-country)
  • Loading branch information
jjBlockchain authored Aug 1, 2024
2 parents c9841ff + 2f9afdb commit 074538b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ export default ({ api, coreSagas, networks }: { api: APIType; coreSagas: any; ne
paymentContact: address
? {
city: address.locality,
country: address.country,
country: address.countryCode,
email: address.emailAddress,
firstname: address.givenName,
lastname: address.familyName,
Expand Down

0 comments on commit 074538b

Please sign in to comment.