Skip to content

Commit

Permalink
Merge pull request #52 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Update api version.
  • Loading branch information
gowizzard authored Mar 26, 2024
2 parents d7639ca + a9f65d9 commit b487de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const (
transferProtocol = "https://"
baseUrl = ".myshopify.com/admin/api/"
apiVersion = "2024-04"
apiVersion = "2024-01"
)

// Config is to define config data
Expand Down

0 comments on commit b487de2

Please sign in to comment.