some small changes

This commit is contained in:
2018-10-16 22:03:50 +01:00
parent 46fced4196
commit d7df7b58b4
10 changed files with 713 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package commands
import (
"encoding/xml"
"github.com/cubixle/go-ebay/config"
"github.com/cubixle2/go-ebay/config"
)
func NewGetMyEbaySelling(cfg *config.Config, version string, pageNumber string, perPage string) *GetMyeBaySellingRequest {