@accounty/billit
Advanced tools
Comparing version 0.2.0 to 0.2.1
## [0.2.1](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.0...packages-billit-0.2.1) (2024-08-22) | ||
### Bug Fixes | ||
* **packages:** Update authorizeUri in billit.ts to correct URL ([03a7dad](https://github.com/PalmTreeCoding/Accounty/commit/03a7dad5943b623af303668735564f7c3c6680b1)) | ||
# [0.2.0](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.1.0...packages-billit-0.2.0) (2024-08-02) | ||
@@ -3,0 +12,0 @@ |
{ | ||
"name": "@accounty/billit", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "axios": "^1.6.5", |
@@ -22,3 +22,3 @@ "use strict"; | ||
this.tokenUri = 'https://api.billit.be/OAuth2/token'; | ||
this.authorizeUri = 'https://my.sandbox.billit.be/Account/Logon'; | ||
this.authorizeUri = 'https://my.billit.be/Account/Logon'; | ||
let baseURL = 'https://api.billit.be'; | ||
@@ -25,0 +25,0 @@ if (options.isSandbox) { |
Sorry, the diff of this file is not supported yet
17201