Skip to content

Commit

Permalink
fix default url
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin-fynd committed Jul 17, 2024
1 parent 8429c17 commit e7f6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/platform/PlatformConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PlatformConfig {
constructor(config) {
this.companyId = config.companyId;
this.organizationId = config.organizationId;
this.domain = config.domain || "https://api.potleex0.de";
this.domain = config.domain || "https://api.settle.club";
this.apiKey = config.key;
this.apiSecret = config.token;
this.topSecret = config.secret;
Expand Down

0 comments on commit e7f6cb0

Please sign in to comment.