-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Milestone
Description
Issue : The BCD is not updated correctly in the UI based on the below steps. Here is the video of the same : https://www.loom.com/share/c893e4c95bf44ff8bb8d8f5dac4ecfae.
- Set the clock to 2022-04-30
- Upload the monthly-and-annual-plan.xml catalog.
- Create a new account.
- Create a new subscription corresponding to the standard-monthly plan.
- Verify that the accounts screen displays the next invoice date as 2022-05-30 and BCD=30
- Retrieve the subscription by id api endpoint and verify that the BCD is 30
- Update the subscription BCD as explained here. (Specify Bill Cycle Date=5 and Effective Date=2022-04-30)
- Verify that the accounts screen displays the next invoice date as 2022-05-05 and BCD=30 (This is the account BCD hence it remains unaffected)
- Retrieve the subscription by id and verify that the BCD is 30 (BCD is updated in the next billing cycle)
- Move the clock to 2022-05-05
- Verify that the accounts screen displays the next invoice date as 2022-06-05 and BCD=30
- Retrieve the subscription by id api endpoint and verify that the BCD is 5
Metadata
Metadata
Assignees
Labels
No labels