AutumnA
Autumn4w ago
38 replies
sanxore

Hello !

Hello !

I'm using autumn-js@0.1.48 and import { PricingTable } from 'autumn-js/react'; .

When i click on upgrade button on the pricing table to be redirected to the checkout session the automatic tax is disabled by default.
  "automatic_tax": {
    "enabled": false,
    "liability": null,
    "provider": null,
    "status": null,
  },


I need to enable it, thanks
Was this page helpful?