bigcommerce / checkout-sdk-js

BigCommerce Checkout JavaScript SDK
MIT License
132 stars 215 forks source link

feat(payment): PAYPAL-4524 Google Pay payments fail with error "Order is missing an email address" #2586

Closed bc-nick closed 1 month ago

bc-nick commented 1 month ago

What?

Fix of email passing

Why?

Because destructurization of the object will return an wrong email value in case getBillingAddress returns an empty string for email, but response.email has a non-empty value

Testing / Proof

Manual testing

@bigcommerce/team-checkout @bigcommerce/team-payments