cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

Enable tax for stripe

Open servusrene opened this issue 2 years ago • 0 comments

Is your proposal related to a problem?

in order for the subscriptions to be taxed, a TAX option is required.

Describe alternatives you've considered

i have seen in the enterprise features that there is no tax option included under payments in the purcahseTeamSubsription function.

There should be the following:

    customer_update: {
      address: "auto",
    },
    automatic_tax: {
      enabled: true,
    },

servusrene avatar Nov 30 '22 11:11 servusrene