info nofitycation

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

View File

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