|
Rename Method package getPayment(paymentIdStr String, externalKey String, pluginProperties Iterable<PluginProperty>, tenantContext TenantContext) : Payment renamed to private getPaymentByIdOrKey(paymentIdStr String, externalKey String, pluginProperties Iterable<PluginProperty>, tenantContext TenantContext) : Payment in class org.killbill.billing.jaxrs.resources.PaymentResource |
From |
To |
|
Rename Method public createPayment(json ComboPaymentTransactionJson, paymentControlPluginNames List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response renamed to public createComboPayment(json ComboPaymentTransactionJson, paymentControlPluginNames List<String>, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.PaymentResource |
From |
To |