|
Change Variable Type invoicePlugins : List<InvoicePluginApi> to invoicePlugins : Collection<InvoicePluginApi> in method public getAdditionalInvoiceItems(originalInvoice Invoice, isDryRun boolean, callContext CallContext, tenantContext InternalTenantContext) : List<InvoiceItem> in class org.killbill.billing.invoice.InvoicePluginDispatcher |
From |
To |
|
Change Variable Type invoicePlugins : List<InvoicePluginApi> to invoicePlugins : Map<String,InvoicePluginApi> in method private getInvoicePlugins(tenantContext InternalTenantContext) : Map<String,InvoicePluginApi> in class org.killbill.billing.invoice.InvoicePluginDispatcher |
From |
To |
|
Change Variable Type invoicePlugins : List<InvoicePluginApi> to invoicePlugins : Map<String,InvoicePluginApi> in method public priorCall(targetDate LocalDate, existingInvoices List<Invoice>, isDryRun boolean, isRescheduled boolean, callContext CallContext, internalTenantContext InternalTenantContext) : DateTime in class org.killbill.billing.invoice.InvoicePluginDispatcher |
From |
To |
|
Change Variable Type invoicePlugins : List<InvoicePluginApi> to invoicePlugins : Collection<InvoicePluginApi> in method private onCompletionCall(isSuccess boolean, targetDate LocalDate, originalInvoice DefaultInvoice, existingInvoices List<Invoice>, isDryRun boolean, isRescheduled boolean, callContext CallContext, internalTenantContext InternalTenantContext) : void in class org.killbill.billing.invoice.InvoicePluginDispatcher |
From |
To |