info nofitycation

This commit is contained in:
eson 2023-10-11 11:36:09 +08:00
parent 5b0b45b141
commit 5b483dadb5

View File

@ -44,8 +44,8 @@ type SubscriptionStatus struct {
} `json:"notification_email"`
NotificationPhone struct {
OrderUpdate bool `json:"order_update"`
Newseleter bool `json:"newseleter"`
// OrderUpdate bool `json:"order_update"`
Newseleter bool `json:"newseleter"`
} `json:"notification_phone"`
}