membermatters / MemberMatters

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

Payment process got stuck #198

Closed jernejk closed 1 year ago

jernejk commented 1 year ago

Describe the bug When selecting for membership and paying, I received emails that the payment was successful but the website got stuck on pinging https://portal.brisbanemaker.space/api/billing/check-induction/ with the response success: false.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://portal.brisbanemaker.space/account/membership-plan
  2. Follow instructions until you enter the credit card
  3. Enter credit card and press next
  4. On step "Induction" the browser will ping https://portal.brisbanemaker.space/account/membership-plan and response is always success: false

Expected behavior Get access to membership.

Screenshots

image Figure: Website stuck at verifying the payment.

image Figure: Received email that I added a credit card and I paid.

image Figure: Payment was successful but haven't yet met all of the requirements for activating my site access. Not sure what that means and how to meet those requirements.

jernejk commented 1 year ago

Not a problem, it's just me not reading the instructions and analyzing TypeScript and network traffic instead. 😂