mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Minor improvements to Paddle-Node
This commit is contained in:
@@ -21,12 +21,12 @@ export async function paddleApiRequest(this: IHookFunctions | IExecuteFunctions
|
||||
throw new Error('Could not retrieve credentials!');
|
||||
}
|
||||
|
||||
const options : OptionsWithUri = {
|
||||
const options: OptionsWithUri = {
|
||||
method,
|
||||
headers: {
|
||||
'content-type': 'application/json'
|
||||
},
|
||||
uri: `https://vendors.paddle.com/api${endpoint}` ,
|
||||
uri: `https://vendors.paddle.com/api${endpoint}`,
|
||||
body,
|
||||
json: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user