Skip to content

Commit

Permalink
Merge pull request #2432 from WPO-Foundation/remove-upgrade-for-paid
Browse files Browse the repository at this point in the history
fix(account): remove option to upgrade plan
  • Loading branch information
jefflembeck authored Oct 6, 2022
2 parents 6ed6fb2 + ac8a2fc commit f804677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/templates/account/includes/subscription-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
<label class="dropdown">
<input type="checkbox" class="dd-input" id="test">
<div class="dd-button">
Update Subscription
Cancel Subscription
</div>
<ul class="dd-menu">
<li><a href="/account/update_plan">Update Subscription</a></li>
<li><a href="#" id="cancel-subscription">Cancel Subscription</a> </li>
</ul>
</label>
Expand Down

0 comments on commit f804677

Please sign in to comment.