This commit is contained in:
mr
2026-06-22 07:50:01 +02:00
parent 1425a31494
commit 58e97fbe74
10 changed files with 385 additions and 16 deletions
+1
View File
@@ -77,6 +77,7 @@ const (
REFUND = tools.REFUND
DISCOUNT = tools.DISCOUNT
SUBSCRIPTION = tools.SUBSCRIPTION
POLICY = tools.POLICY
)
func FiltersFromFlatMap(flatMap map[string]interface{}, target interface{}) *dbs.Filters {