Update mengyastore
This commit is contained in:
@@ -16,5 +16,8 @@ type Order struct {
|
||||
ContactPhone string `json:"contactPhone"`
|
||||
ContactEmail string `json:"contactEmail"`
|
||||
NotifyEmail string `json:"notifyEmail"`
|
||||
PaymentMethod string `json:"paymentMethod,omitempty"`
|
||||
PaymentExpectedTotal float64 `json:"paymentExpectedTotal,omitempty"`
|
||||
PaymentExpiresAt *time.Time `json:"paymentExpiresAt,omitempty"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user