This commit is contained in:
efrilm
2025-09-19 13:31:17 +07:00
parent fabb77d2b9
commit e1e702bd76
3 changed files with 770 additions and 1018 deletions
@@ -19,7 +19,7 @@ class SettingsLocalDatasource {
return TaxModel(
name: 'Tax',
type: TaxType.pajak,
value: 11,
value: 0,
);
}
}