Merge pull request #3146 from Safelite/feature/CASH-2547
Feature/cash 2547
This commit is contained in:
commit
e46e69549e
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue