added UpdateOrder function, fixed response statuscode handling

This commit is contained in:
Bastian de Byl
2023-02-26 02:01:02 -05:00
parent c1091f12b0
commit 82106ee4e0
2 changed files with 23 additions and 3 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/debyltech/go-snipcart
go 1.20
require (
github.com/debyltech/go-helpers v0.0.0-20230224002154-eb55816c71ec
github.com/debyltech/go-helpers v1.0.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)