You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Just wanted to ask if we can have a feature to toggle whether tax is to be included in the plan price or added on top? I'm working on an app where the tax is to be included in the price. I'm using a database repository so I was able to make it work by manually calculating it. Is there a better way/place to do this?
I have a global helper to fetch the tax_percentage from a settings file.
Hello,
Just wanted to ask if we can have a feature to toggle whether tax is to be included in the plan price or added on top? I'm working on an app where the tax is to be included in the price. I'm using a database repository so I was able to make it work by manually calculating it. Is there a better way/place to do this?
I have a global helper to fetch the tax_percentage from a settings file.
The text was updated successfully, but these errors were encountered: