Merge pull request #3146 from Safelite/feature/CASH-2547

Feature/cash 2547
This commit is contained in:
matthew-sykes 2026-04-20 10:33:21 -04:00 committed by GitHub
commit e46e69549e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -455,8 +455,8 @@ export default {
zipCodeCtu: this.locationInfo.zipCodeCtu,
amount: this.adyenPriceTotal,
city: this.locationInfo.city,
street: this.locationInfo.address,
houseNumberOrName: this.locationInfo.address2,
street: this.locationInfo.address ?? "",
houseNumberOrName: this.locationInfo.address2 ?? "",
zipCode: this.locationInfo.zipCode,
stateOrProvince: this.locationInfo.state,
returnUrl: applicationConfig.PIA_ADYEN_RETURN_URL,