feat: Add support in BE for setting tax inclusivity on currency (#8037)
This commit is contained in:
@@ -118,6 +118,8 @@ export const AddCurrenciesForm = ({ store }: AddCurrenciesFormProps) => {
|
||||
supported_currencies: currencies.map((c) => ({
|
||||
currency_code: c,
|
||||
is_default: c === defaultCurrency,
|
||||
// TODO: Add UI to manage this
|
||||
is_tax_inclsuive: false,
|
||||
})),
|
||||
})
|
||||
toast.success(t("general.success"), {
|
||||
|
||||
Reference in New Issue
Block a user