Skip to content

Issue with 3.0.23 #460

@KBbitsP

Description

@KBbitsP

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.

  1. Set the clock to 2022-04-30
  2. Upload the monthly-and-annual-plan.xml catalog.
  3. Create a new account.
  4. Create a new subscription corresponding to the standard-monthly plan.
  5. Verify that the accounts screen displays the next invoice date as 2022-05-30 and BCD=30
  6. Retrieve the subscription by id api endpoint and verify that the BCD is 30
  7. Update the subscription BCD as explained here. (Specify Bill Cycle Date=5 and Effective Date=2022-04-30)
  8. 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)
  9. Retrieve the subscription by id and verify that the BCD is 30 (BCD is updated in the next billing cycle)
  10. Move the clock to 2022-05-05
  11. Verify that the accounts screen displays the next invoice date as 2022-06-05 and BCD=30 
  12. Retrieve the subscription by id api endpoint and verify that the BCD is 5

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions