From cdbe3b80e2ebf6659ebff06386fdd26f73bf1f10 Mon Sep 17 00:00:00 2001 From: Nam Huynh Date: Wed, 14 Dec 2022 11:14:25 +0700 Subject: [PATCH] add service withdrawal --- constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant.go b/constant.go index 1a33118..0a19f88 100644 --- a/constant.go +++ b/constant.go @@ -22,8 +22,10 @@ var SellyService = struct { User string HelpCenter string Order string + Withdrawal string }{ User: "user", HelpCenter: "help_center", Order: "order", + Withdrawal: "withdrawal", }