Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update payment method for an order if the access plan has been deleted #2801

Open
4 tasks
brianhogg opened this issue Nov 12, 2024 · 0 comments
Open
4 tasks
Assignees

Comments

@brianhogg
Copy link
Contributor

Reproduction Steps

  1. For an order with a recurring payment, delete the access plan originally used to place that order. Ensure it's deleted in the database.
  2. 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.

This issue has be recreated:

  • Locally
  • On a staging site
  • On a production website
  • With only LifterLMS and a default theme

HS-249092

@ideadude ideadude moved this to Awaiting Triage in Development Nov 12, 2024
@ideadude ideadude self-assigned this Nov 12, 2024
@brianhogg brianhogg assigned brianhogg and unassigned ideadude Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting Triage
Development

No branches or pull requests

2 participants