Skip to content

Commit

Permalink
fix: use squareup.com instead of square.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen42703 committed Oct 10, 2023
1 parent d3f8531 commit 4027206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions square.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const (
sandboxAuthURL string = "https://connect.squareupsandbox.com/oauth2/authorize"
sandboxTokenURL string = "https://connect.squareupsandbox.com/oauth2/token"
// endpointProfile string = "https://connect.squareup.com/v2/merchants" // '-' for logged in user
productionAuthURL string = "https://connect.square.com/oauth2/authorize"
productionTokenURL string = "https://connect.square.com/oauth2/token"
productionAuthURL string = "https://connect.squareup.com/oauth2/authorize"
productionTokenURL string = "https://connect.squareup.com/oauth2/token"
)

// Relevant scopes. This is not a comprehensive list, but is fairly complete for Munch Insight's usecases.
Expand Down

0 comments on commit 4027206

Please sign in to comment.