killbill / killbill-admin-ui

Kill Bill Administrative UI engine
https://killbill.io
MIT License
52 stars 59 forks source link

Plan not displayed in Kaui #404

Open reshmabidikar opened 3 months ago

reshmabidikar commented 3 months ago

Steps to reproduce:

  1. Set the date to 2021-01-01
  2. Upload the retire-plan-v1.xml ( Has standard-weekly and standard-monthly plans) and retire-plan-v2.xml (Has only standard-weekly plan) catalogs
  3. Create a new account
  4. Click on the Subscriptions tab and the plus sign next to subscription bundle - Only the standard-weekly plan is displayed.
image

Expected behavior: Since retire-plan-v1.xml is effective, the standard-monthly plan should also be displayed in the Plan drop-down and it should be possible to create a subscription corresponding to the standard-monthly plan. It is possible to create a subscription to the standard-monthly plan via the Create Subscription API endpoint.