This commit is contained in:
aditya.siregar
2024-08-22 01:32:24 +07:00
parent 22b40b8dd1
commit d3e7362605
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -179,6 +179,7 @@ type OrderDetail struct {
Status string `json:"status"`
PaymentLink string `json:"payment_link"`
PaymentToken string `json:"payment_token"`
Fee float64 `json:"fee"`
}
type OrderDetailItem struct {