mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-24 19:54:43 +01:00
hardcode version for get orders
This commit is contained in:
@@ -10,8 +10,7 @@ import (
|
||||
func NewGetOrdersRequest(cfg *config.Config, CreateTimeFrom string,
|
||||
CreateTimeTo string,
|
||||
OrderRole string,
|
||||
SortingOrder string,
|
||||
Version string) *GetOrdersRequest {
|
||||
SortingOrder string) *GetOrdersRequest {
|
||||
|
||||
return &GetOrdersRequest{
|
||||
CreateTimeFrom: CreateTimeFrom,
|
||||
@@ -22,7 +21,7 @@ func NewGetOrdersRequest(cfg *config.Config, CreateTimeFrom string,
|
||||
EBayAuthToken: cfg.AuthToken,
|
||||
},
|
||||
Xmlns: "urn:ebay:apis:eBLBaseComponents",
|
||||
Version: Version,
|
||||
Version: "1077",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user