Update
This commit is contained in:
@@ -9,4 +9,5 @@ type BaseResponse struct {
|
||||
ErrorDetail interface{} `json:"error_detail,omitempty"`
|
||||
Data interface{} `json:"data,omitempty"`
|
||||
PagingMeta *PagingMeta `json:"meta,omitempty"`
|
||||
Response string `json:"response,omitempty"`
|
||||
}
|
||||
|
||||
@@ -96,6 +96,8 @@ type CreateOrderResponse struct {
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
OrderItems []CreateOrderItemResponse `json:"order_items"`
|
||||
Token string `json:"token"`
|
||||
BankCode string `json:"bank_code"`
|
||||
BankName string `json:"bank_name"`
|
||||
}
|
||||
|
||||
type PrintDetailResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user