add service withdrawal

This commit is contained in:
Nam Huynh 2022-12-14 11:14:25 +07:00
parent 3356bba50f
commit cdbe3b80e2
1 changed files with 2 additions and 0 deletions

View File

@ -22,8 +22,10 @@ var SellyService = struct {
User string
HelpCenter string
Order string
Withdrawal string
}{
User: "user",
HelpCenter: "help_center",
Order: "order",
Withdrawal: "withdrawal",
}