fixed UpdateOrder method from downstream helper

This commit is contained in:
Bastian de Byl
2023-02-26 02:47:32 -05:00
parent bfb6497d25
commit 13f482e50a

2
go.mod
View File

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