Setup

To use the TaxCalculation API, install the @wix/billing package using npm or Yarn:

Copy
npm install @wix/billing

or

Copy
yarn add @wix/billing

Then import { taxCalculation } from @wix/billing:

Copy
import { taxCalculation } from "@wix/billing";
Did this help?