Define Custom Tax Provider #10140
ricardolopesdev
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's any way to asign a custom Tax Provider to current Region?
At moment the only way so far to define the tax provider in the region is to directly change the DB.
First in table "tax_provider" i added the id of my provider in this case "my-tax" and change the flag to is_enable to "true", after that it's needed go to table "tax_region" and asign the id of provider to field "prodiver_id".
Thanks
Beta Was this translation helpful? Give feedback.
All reactions