Add Order Detail

This commit is contained in:
aditya.siregar
2024-08-21 22:27:05 +07:00
parent 90ef6b910b
commit c4e0c6d2c8
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -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"`