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