What's Changed
- Fix race condition between:
- checkout complete process and TransactionEventReport mutation
- TransactionEventReport mutations processed at the same time
by @fowczarek in #17788
- Prefer input email over account email for checkout/order
Previously, we were always usecheckout.user.email
/order.user.email
, now if the email is explicitly provided bycheckoutEmailUpdate
mutation, we will prioritize the provided one.
by @korycins in #17766
Full Changelog: 3.20.89...3.20.90