mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Wise Node): Add XML as supported format in getStatement operation (#9193)
This commit is contained in:
@@ -213,7 +213,7 @@ export class Wise implements INodeType {
|
||||
|
||||
const profileId = this.getNodeParameter('profileId', i);
|
||||
const borderlessAccountId = this.getNodeParameter('borderlessAccountId', i);
|
||||
const format = this.getNodeParameter('format', i) as 'json' | 'csv' | 'pdf';
|
||||
const format = this.getNodeParameter('format', i) as 'json' | 'csv' | 'pdf' | 'xml';
|
||||
const endpoint = `v3/profiles/${profileId}/borderless-accounts/${borderlessAccountId}/statement.${format}`;
|
||||
|
||||
const qs = {
|
||||
|
||||
Reference in New Issue
Block a user