|
Change Parameter Type inputTargetDateTime : DateTime to inputTargetDateMaybeNull : LocalDate in method private processAccountWithLock(accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDate : DateTime to targetDate : LocalDate in method private processSubscriptionInternal(subscriptionId UUID, targetDate LocalDate, dryRunForNotification boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDate : DateTime to targetDate : LocalDate in method public processSubscriptionForInvoiceNotification(subscriptionId UUID, targetDate LocalDate, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDate : DateTime to targetDate : LocalDate in method public processAccount(accountId UUID, targetDate LocalDate, dryRunArguments DryRunArguments, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDate : DateTime to targetDate : LocalDate in method public processSubscriptionForInvoiceGeneration(subscriptionId UUID, targetDate LocalDate, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDateTime : DateTime to targetDate : LocalDate in method private processAccountWithLockAndInputTargetDate(accountId UUID, targetDate LocalDate, billingEvents BillingEventSet, isDryRun boolean, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Parameter Type targetDate : DateTime to targetDate : LocalDate in method public generateRegularInvoice(account Account, targetDate LocalDate, callContext CallContext) : UUID in class org.killbill.billing.invoice.TestInvoiceHelper |
From |
To |
|
Change Variable Type candidateDateTimes : List<DateTime> to candidateTargetDates : List<LocalDate> in method private processAccountWithLock(accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Variable Type curTargetDateTime : DateTime to curTargetDate : LocalDate in method private processAccountWithLock(accountId UUID, inputTargetDateMaybeNull LocalDate, dryRunArguments DryRunArguments, context InternalCallContext) : Invoice in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |
|
Change Variable Type targetDate : DateTime to targetDate : LocalDate in method public processSubscriptionForInvoiceGeneration(transition EffectiveSubscriptionInternalEvent, context InternalCallContext) : void in class org.killbill.billing.invoice.InvoiceDispatcher |
From |
To |