Skip to content

Commit 195418e

Browse files
committed
AdresseData.IsBillingAddress change to IsBilling #181
1 parent de43640 commit 195418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/list/category/event/confirmation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function createAddresses(useCompanyAddress, addressData, companyAddressData) {
119119
companyAddressData.PersonId = parseInt(personId);
120120
companyAddressData.AddressType = 'Arbeitgeber';
121121
companyAddressData.AddressTypeId = 501;
122-
companyAddressData.IsBillingAddress = true;
122+
companyAddressData.IsBilling = true;
123123
companyAddressData.Country = companyAddressData.Country === null ? 'Schweiz' : companyAddressData.Country;
124124
companyAddressData.CountryId = companyAddressData.CountryId === null ? 'CH' : companyAddressData.CountryId;
125125

0 commit comments

Comments
 (0)