mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Google Ads Node): Update to use v17 api (#11243)
This commit is contained in:
@@ -23,7 +23,7 @@ export class GoogleAds implements INodeType {
|
||||
testedBy: {
|
||||
request: {
|
||||
method: 'GET',
|
||||
url: '/v15/customers:listAccessibleCustomers',
|
||||
url: '/v17/customers:listAccessibleCustomers',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user