Skip to content

Commit

Permalink
Update baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatvars-gc committed Feb 12, 2024
1 parent 5beefda commit 0d0b775
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class NordigenClient {
constructor({
secretId,
secretKey,
baseUrl = 'https://ob.gocardless.com/api/v2',
baseUrl = 'https://bankaccountdata.gocardless.com/api/v2',
}) {
this.baseUrl = baseUrl;
this.secretKey = secretKey;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nordigen-node",
"version": "1.2.7",
"version": "1.2.8",
"description": "Nordigen official API client for Node.js",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 0d0b775

Please sign in to comment.