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
For an order with a recurring payment, delete the access plan originally used to place that order. Ensure it's deleted in the database.
As the user who placed the order, go to the order details, and attempt to update the payment method.
Expected Behavior
Button appears to update the payment method.
Actual Behavior
No button appears.
Tech Notes
There's a check to see if the access plan exists on the form-switch-source.php template. If the plan doesn't exist nothing is shown. However, since all the details are stored on the order itself (ie. the payment amount and frequency), I don't think there's a reason to check or need the access plan to exist.
Reproduction Steps
Expected Behavior
Button appears to update the payment method.
Actual Behavior
No button appears.
Tech Notes
There's a check to see if the access plan exists on the
form-switch-source.php
template. If the plan doesn't exist nothing is shown. However, since all the details are stored on the order itself (ie. the payment amount and frequency), I don't think there's a reason to check or need the access plan to exist.This issue has be recreated:
HS-249092
The text was updated successfully, but these errors were encountered: