killbill-memoizeit

Details

diff --git a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java b/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java
index 7946dd4..19d1097 100644
--- a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java
+++ b/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java
@@ -189,8 +189,7 @@ public class
 
             case OVERDUE_CHANGE:
                 OverdueChangeInternalEvent realEventOC = (OverdueChangeInternalEvent) event;
-                // TODO When Killbil supports more than overdue for bundle, this will break...
-                objectType = ObjectType.BUNDLE;
+                objectType = ObjectType.ACCOUNT;
                 objectId = realEventOC.getOverdueObjectId();
                 eventBusType = ExtBusEventType.OVERDUE_CHANGE;
                 break;