fixed UpdateOrder method

This commit is contained in:
Bastian de Byl
2023-02-26 02:38:14 -05:00
parent 82b88cbaf5
commit bfb6497d25
3 changed files with 4 additions and 13 deletions

View File

@@ -7,10 +7,6 @@ import (
"github.com/debyltech/go-snipcart/snipcart"
)
const (
configFile = "config.json"
)
func main() {
snipcartApiKey := flag.String("key", "", "Snipcart API Key")
flag.Parse()