Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove siteId check from stored card prepurchase validation (#48632)
A siteId is indeed required by the transaction endpoint; however for siteless checkout the corresponding `no-site` id value is added in createTransactionEndpointRequestPayloadFromLineItems, _after_ this validation check happens. With this check in place, when the siteId is not set we throw an error before getting to the code that cleans up the transaction payload. Co-authored-by: nbloomf <[email protected]>
- Loading branch information