You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cancelling plans with future dates, early termination fees are not reflected in current the balance. Additionally, when cancelling you are given the option to choose when the cancellation should take affect: "Now" or "Future date" with the option to enter a date. When choose "Now", I expected to see today's date as the "End date", but selecting this option doesn't affect future dated plans. The cancellation date becomes the (future) start date.
Notes
The behavior described in this issue is exactly the same as the Drupal 7.
When cancelling plans with future dates, early termination fees are not reflected in current the balance. Additionally, when cancelling you are given the option to choose when the cancellation should take affect: "Now" or "Future date" with the option to enter a date. When choose "Now", I expected to see today's date as the "End date", but selecting this option doesn't affect future dated plans. The cancellation date becomes the (future) start date.
Notes
Below are screenshots of tests taken to verify this behavior with 2 plans: A future plan, and a current plan.
Future Plan
When cancelling a "future" dated plan, early termination fees are NOT reflected in the current balance.
Step 1: Verify current balance of $43
Step 2: View a plan with a $12 setup fee, and $23 early termination fee
Step 3: Purchase the plan with a future date of 7/30
Note: The future date becomes 7/29 on the backend, or -1 day.
Step 4: Cancel the Plan with "Now" option selected
Note that: (a) The cancel button still exists, and (b) the plan is still "Future", despite just cancelling it with today's date as the end date.
Step 5: Check current balance after cancelled and note it's unchanged
Expected $23 early termination fee to be deducted from current balance.
Step 6: Try clicking "Refresh" to trigger manual refresh and note it's still unchanged
Current Plan
When cancelling a "current" dated plan, early termination fees are immediately reflected in the current balance.
Step 1: Verify current balance of $43
Step 2: View a plan with a $5 setup fee, and $12 early termination fee
Step 3: Purchase above plan with a $5 setup fee, and $12 early termination fee
Step 4: Check current balance, now $38 ($5 setup fee deduction reflected)
Step 5: Cancel the plan, which has a $12 early termination fee.
Step 6: Check the current balance, now $26 (early termination fee deducted)
The text was updated successfully, but these errors were encountered: