|
Rename Method public getPayments(invoiceId UUID, withPluginInfo Boolean, withAttempts Boolean, auditMode AuditMode, request HttpServletRequest) : Response renamed to public getPaymentsForInvoice(invoiceId UUID, withPluginInfo Boolean, withAttempts Boolean, auditMode AuditMode, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.InvoiceResource |
From |
To |
|
Rename Method public getInvoices(accountId UUID, withItems boolean, withMigrationInvoices boolean, unpaidInvoicesOnly boolean, includeVoidedInvoices boolean, auditMode AuditMode, request HttpServletRequest) : Response renamed to public getInvoicesForAccount(accountId UUID, withItems boolean, withMigrationInvoices boolean, unpaidInvoicesOnly boolean, includeVoidedInvoices boolean, auditMode AuditMode, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.AccountResource |
From |
To |
|
Rename Method public getPayments(accountId UUID, withAttempts Boolean, withPluginInfo Boolean, pluginPropertiesString List<String>, auditMode AuditMode, request HttpServletRequest) : Response renamed to public getPaymentsForAccount(accountId UUID, withAttempts Boolean, withPluginInfo Boolean, pluginPropertiesString List<String>, auditMode AuditMode, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.AccountResource |
From |
To |
|
Rename Method public getPaymentMethods(accountId UUID, withPluginInfo Boolean, includedDeleted Boolean, pluginPropertiesString List<String>, auditMode AuditMode, request HttpServletRequest) : Response renamed to public getPaymentMethodsForAccount(accountId UUID, withPluginInfo Boolean, includedDeleted Boolean, pluginPropertiesString List<String>, auditMode AuditMode, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.AccountResource |
From |
To |