Add Order Detail
This commit is contained in:
@@ -167,6 +167,7 @@ type PaymentDistribution struct {
|
||||
type OrderDetail struct {
|
||||
ID int64 `json:"id"`
|
||||
QRCode string `json:"qr_code"`
|
||||
SiteName string `json:"site_name"`
|
||||
FullName string `json:"full_name"`
|
||||
Email string `json:"email"`
|
||||
PhoneNumber string `json:"phone_number"`
|
||||
|
||||
Reference in New Issue
Block a user