tax rate of 10 percent

This commit is contained in:
Parsa Nazer
2026-01-04 19:19:15 +03:30
parent 01eb4754a6
commit 14f51dd2f3
+1 -1
View File
@@ -258,7 +258,7 @@ AZ_IRANIAN_BANK_GATEWAYS = {
],
"IS_SAFE_GET_GATEWAY_PAYMENT": True # better to be True
}
DEFAULT_TAX_RATE = 20
DEFAULT_TAX_RATE = 10
HANDLER403 = "core.views.custom_permission_denied"