contact us

This commit is contained in:
eson 2023-10-11 14:10:44 +08:00
parent 2d897d26d0
commit 68c332f20e

View File

@ -44,8 +44,8 @@ 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"`
} }