added order TokenPNGBase64

This commit is contained in:
Bastian de Byl
2023-02-25 16:49:56 -05:00
parent 3627712c9b
commit be7452ddc1
2 changed files with 14 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/debyltech/go-snipcart
go 1.20
require github.com/debyltech/go-helpers v0.0.0-20230224002154-eb55816c71ec
require (
github.com/debyltech/go-helpers v0.0.0-20230224002154-eb55816c71ec
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)