|
Rename Method public createCapture(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment renamed to public createRefund(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Rename Method public createRefund(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment renamed to public createChargeback(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, paymentTransactionExternalKey String, amount BigDecimal, currency Currency, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Rename Method public createAuthorization(isApiPayment boolean, attemptId UUID, account Account, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, paymentExternalKey String, paymentTransactionExternalKey String, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment renamed to public createCapture(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Rename Method public createChargeback(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, paymentTransactionExternalKey String, amount BigDecimal, currency Currency, shouldLockAccountAndDispatch boolean, callContext CallContext, internalCallContext InternalCallContext) : Payment renamed to public createChargebackReversal(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, paymentTransactionExternalKey String, amount BigDecimal, currency Currency, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Rename Parameter paymentExternalKey : String to paymentTransactionIdForNewPaymentTransaction : UUID in method public createCapture(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |
|
Rename Parameter paymentMethodId : UUID to paymentTransactionIdForNewPaymentTransaction : UUID in method public createCapture(isApiPayment boolean, attemptId UUID, account Account, paymentId UUID, amount BigDecimal, currency Currency, paymentTransactionExternalKey String, paymentTransactionIdForNewPaymentTransaction UUID, shouldLockAccountAndDispatch boolean, properties Iterable<PluginProperty>, callContext CallContext, internalCallContext InternalCallContext) : Payment in class org.killbill.billing.payment.core.PaymentProcessor |
From |
To |