2/6/2016 1:04:21 AM
api at the subscription level, i added a more generic api addBlockingState
that allow to block/unblock for any typoe of serviesc and blocking types. The api is also wrapped inside the
EntitlementPluginApi.
Also added missing EntitlementPluginApi wrapping for updateExternalKey.
|
2/5/2016 10:35:16 PM
String name, final DateTime requestedDate, final DateTime subscriptionStartDate)' we enhanced the Plan api to also return
the pricelist on which it was defined: It is not possible to implement the api described in the bug because the subscriptionStartDate is only meaningful for the plan asssociated
with the subscription, and so the api would also require to pass the Plan as an argument.
The DefaultSubscriptionBase hack is now fixed properly and in addition i fixed some issues with existing test catalog missing pricelist entries
|
2/5/2016 9:17:25 PM
See 53a5e26ede2e6b4a94d7d94da0ecc8db09a76c66
|
|
|
2/4/2016 11:07:42 PM
See #465
|
2/4/2016 8:42:16 PM
#466
In this commit we fis entitlement to correctly return a EntitlementState.PENDING state for future started subscription.
|
2/4/2016 1:46:34 AM
See #466
This is the first part of the fix. Currently SubscriptionBase internally on EntitlementState (it should really depend on a SubscriptionBaseState instead as EntitlementState should only be managed
in the entitlement module), so the code inside SubscriptionBase can now be changed to take advantage of that new state and avoid having to handle null cases.
|
|
|
2/3/2016 11:37:06 PM
INVOICE_PAYMENT_ERROR. Fixes #478
|
|
|