Open pierre opened 11 years ago
Currently, most next_* fields are set to NULL. The next event (e.g. STOP_ENTITLEMENT_*) will have all its prev_* fields set to NULL.
NULL
STOP_ENTITLEMENT_*
This breaks sanity J6.
See https://github.com/killbill/killbill/issues/140.
Currently, most next_* fields are set to
NULL
. The next event (e.g.STOP_ENTITLEMENT_*
) will have all its prev_* fields set toNULL
.This breaks sanity J6.