|
Change Parameter Type nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public InvoicePaymentJson(targetInvoiceId String, accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttempt>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentJson |
From |
To |
|
Change Parameter Type nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public DefaultPayment(id UUID, createdDate DateTime, updatedDate DateTime, accountId UUID, paymentMethodId UUID, paymentNumber Integer, externalKey String, transactions List<PaymentTransaction>, paymentAttempts List<PaymentAttempt>) in class org.killbill.billing.payment.api.DefaultPayment |
From |
To |
|
Change Parameter Type nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public PaymentJson(accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttempt>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentJson |
From |
To |
|
Rename Parameter nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public PaymentJson(accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttempt>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentJson |
From |
To |
|
Rename Parameter nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public DefaultPayment(id UUID, createdDate DateTime, updatedDate DateTime, accountId UUID, paymentMethodId UUID, paymentNumber Integer, externalKey String, transactions List<PaymentTransaction>, paymentAttempts List<PaymentAttempt>) in class org.killbill.billing.payment.api.DefaultPayment |
From |
To |
|
Rename Parameter nextScheduledPaymentAttempt : PaymentAttempt to paymentAttempts : List<PaymentAttempt> in method public InvoicePaymentJson(targetInvoiceId String, accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttempt>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentJson |
From |
To |
|
Rename Parameter paymentId : UUID to paymentMethodId : UUID in method public DefaultPaymentAttempt(accountId UUID, paymentMethodId UUID, id UUID, createdDate DateTime, updatedDate DateTime, paymentExternalKey String, transactionId UUID, transactionExternalKey String, transactionType TransactionType, stateName String, amount BigDecimal, currency Currency, pluginName String, pluginProperties byte[]) in class org.killbill.billing.payment.api.DefaultPaymentAttempt |
From |
To |