We are running Killbill 0.18.7 and are seeing unexpected behavior in terms of account credit.
The problem we are seeing is that when a subscription is created for this account, after the account credit has been applied, the existing account credit is NOT applied to the subscription invoice. For example, when a subscription priced $99 is created on the account with $50 in credit, the invoice for the subscription does not apply the $50 credit but generates a payment for $99. We expect the invoice for the subsription to contain an adjustment for account credit which should generate a payment of $49 in this case.
Would you have any thoughts as to why the account credit is not applied to a subscription's invoice?
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/f7024a2c-67c1-40a1-b3de-911fa2ab3572%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To post to this group, send email to killbill...@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/f7024a2c-67c1-40a1-b3de-911fa2ab3572%40googlegroups.com.
--Pierre
Upgrading to the killbill 0.18.21 and kaui 0.8.9 (from 0.8.7) docker images appears to have fixed the issue; we're suspecting the kaui version bump helped, but are not quite sure of the details.
Doing so brought up this question, though: how do the kaui docker image versions correspond to the kaui versions (there are 0.9.0 and 1.0.x versions, but no 0.16.x versions?)
and is there a place that has the changelog/release notes for kaui docker images (there don't appear to be any 'releases' in the https://github.com/killbill/killbill-admin-ui-standalone/ repository)?