Revert "Subscription"

This commit is contained in:
Alireza Ahmadi
2023-03-28 23:49:23 +02:00
committed by GitHub
parent df2ef6cdde
commit b7048cdab8
6 changed files with 6 additions and 562 deletions

View File

@@ -74,5 +74,4 @@ type Client struct {
Email string `json:"email"`
TotalGB int64 `json:"totalGB" form:"totalGB"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
SubID string `json:"subId" from:"subId"`
}