Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 0f3f359

Browse files
committed
revert change to default
1 parent 06e0e63 commit 0f3f359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sageone_sdk/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SageoneSdk
44
# Default
55
module Default
6-
ACCESS_TOKEN = "ACCESS_TOKEN"
6+
ACCESS_TOKEN = "default_access_token"
77
SIGNING_SECRET = "default_signing_secret"
88
API_ENDPOINT = "https://api.sageone.com".freeze
99
USER_AGENT = "sageone_sdk Ruby Gem #{SageoneSdk::VERSION}".freeze

0 commit comments

Comments
 (0)