From 13f482e50a57029764303d125b91d6084d1ea306 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sun, 26 Feb 2023 02:47:32 -0500 Subject: [PATCH] fixed UpdateOrder method from downstream helper --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b20964..ca70572 100644 --- a/go.mod +++ b/go.mod @@ -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 )