Skip to content

Commit

Permalink
fix(square): remove revoked acces token from env example
Browse files Browse the repository at this point in the history
  • Loading branch information
tudormd committed Mar 7, 2023
1 parent 4534266 commit 8895a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################################################
# These variables are used for integration tests #
##################################################
SQUARE_BASE_URL = https://connect.squareup.com
SQUARE_SANDBOX_BASE_URL = https://connect.squareupsandbox.com
SQUARE_ACCESS_TOKEN = EAAAEDFfyeoo0XgXi-Dd7ofp_3W6eAcjHMClC3GlQR61xATqdVixe6v4kq21KgnL
SQUARE_BASE_URL=https://connect.squareup.com
SQUARE_SANDBOX_BASE_URL=https://connect.squareupsandbox.com
# https://developer.squareup.com/docs/oauth-api/overview
SQUARE_ACCESS_TOKEN=EAAAE
###########################

0 comments on commit 8895a38

Please sign in to comment.