ci: Validate load options methods in nodes-base (no-changelog) (#5862)

This commit is contained in:
Iván Ovejero
2023-04-12 15:46:11 +02:00
committed by GitHub
parent 4d5756cd01
commit 5227ccd75a
7 changed files with 106 additions and 16 deletions

View File

@@ -184,7 +184,7 @@ export const paymentFields: INodeProperties[] = [
name: 'paymentId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getpayment',
loadOptionsMethod: 'getPayments',
},
default: '',
required: true,