mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Validate load options methods in nodes-base (no-changelog) (#5862)
This commit is contained in:
@@ -184,7 +184,7 @@ export const paymentFields: INodeProperties[] = [
|
||||
name: 'paymentId',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getpayment',
|
||||
loadOptionsMethod: 'getPayments',
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user