membermatters / MemberMatters

An open source membership, access and payments portal for makerspaces and community groups.
https://membermatters.org
MIT License
41 stars 23 forks source link

Make Payment Alert/Popup no longer can be opened a second time #269

Open poweredbysugar opened 1 month ago

poweredbysugar commented 1 month ago

Once the make payment button has been pressed and closed it can not be reopened again A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to account/memberbucks/pay page
  2. Click on Make Payment
  3. Click close or anywhere off the alert
  4. Click on Make Payment
  5. Error alert will not open

Expected behavior Make Payment alert opens

Desktop (please complete the following information):

poweredbysugar commented 1 month ago

When clicked on close the route just needs to be reverted back to /account/memberbucks/transactions instead of /account/memberbucks/pay

I will pull down the code and submit a PR once I find the component :)