Skip to content

Commit

Permalink
refactor: explaination comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fifciuu committed Feb 8, 2021
1 parent 1e03409 commit 6afa0f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const getAddressPhone = (address: Address) => address?.phone || '';
export const getAddressEmail = (address: Address) => address?.email || '';
export const getAddressProvince = (address: Address) => address?.state || '';
export const getAddressCompanyName = (address: Address) => address?.company || '';
// Field does not exist in CT. It is available only for customer in cart.customer.vatId
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const getAddressTaxNumber = (address: Address) => '';
export const getAddressApartmentNumber = (address: Address) => address?.apartment || '';
Expand Down

0 comments on commit 6afa0f9

Please sign in to comment.