mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(InvoiceNinja Node): added support for v5
This commit is contained in:
@@ -4,4 +4,5 @@ export interface IPayment {
|
||||
payment_type_id?: number;
|
||||
transaction_reference?: string;
|
||||
private_notes?: string;
|
||||
client_id?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user