|
Change Parameter Type paymentMethodPluginProperties : Iterable<PluginPropertyJson> to paymentMethodPluginProperties : List<PluginPropertyJson> in method public ComboPaymentJson(account AccountJson, paymentMethod PaymentMethodJson, paymentMethodPluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.ComboPaymentJson |
From |
To |
|
Change Parameter Type paymentMethodPluginProperties : Iterable<PluginPropertyJson> to paymentMethodPluginProperties : List<PluginPropertyJson> in method public ComboHostedPaymentPageJson(account AccountJson, paymentMethod PaymentMethodJson, hostedPaymentPageFields HostedPaymentPageFieldsJson, paymentMethodPluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.ComboHostedPaymentPageJson |
From |
To |
|
Change Parameter Type transactionPluginProperties : Iterable<PluginPropertyJson> to transactionPluginProperties : List<PluginPropertyJson> in method public ComboPaymentTransactionJson(account AccountJson, paymentMethod PaymentMethodJson, transaction PaymentTransactionJson, paymentMethodPluginProperties List<PluginPropertyJson>, transactionPluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.ComboPaymentTransactionJson |
From |
To |
|
Change Parameter Type paymentMethodPluginProperties : Iterable<PluginPropertyJson> to paymentMethodPluginProperties : List<PluginPropertyJson> in method public ComboPaymentTransactionJson(account AccountJson, paymentMethod PaymentMethodJson, transaction PaymentTransactionJson, paymentMethodPluginProperties List<PluginPropertyJson>, transactionPluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.ComboPaymentTransactionJson |
From |
To |