bug/merge-marker #5

Merged
Joel merged 12 commits from bug/merge-marker into master 2022-09-14 19:20:06 +02:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit a4683de8f0 - Show all commits

View File

@ -17,11 +17,8 @@ async function plutioApiRequestToken(this: IExecuteFunctions | ILoadOptionsFunct
const clientId = `${credentials.clientId}`;
const clientSecret = `${credentials.clientSecret}`;
const business = `${credentials.business}`;
<<<<<<< HEAD
const endpoint = 'api.plutio.com/v1.10';
=======
const endpoint = 'api.plutio.com/v1.9';
>>>>>>> master
const returnData: IDataObject[] = [];
let responseData;