-
Notifications
You must be signed in to change notification settings - Fork 4
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
BUG MAJOR - New users can't open doors after adding credit card info #46
Comments
what if they just stay on the page for a few seconds, and hit refresh? I suspect this is a delay in Stripe as it accepts their CC information that we can't get around ... maybe add some text that says to refresh if the button's not working just yet? Or add a Refresh button that page? |
If the page is refreshed it looks like it will work. However, I'm still a little confused why stripe would cause the delay. When you have the alert that says, "Valid Credit Card Info Entered", that's only being shown once Stripe has validated the card info, right? And the button that says, ""Check-In and Open Doors", that posts to your app (not Stripe) right? In any case, I think the solution would ideally be transparent to the user, rather than having them refresh the page again. In my (non-programmer) mind we could do something like:
Thanks. |
A loader gif would be nice, but it's a lot of work ... Stripe first says I'd rather just have a link in there that lets the user hit refresh until On Fri, Dec 18, 2015 at 10:20 PM, hightechhostel [email protected]
|
I don't fully understand what you are saying in the context of what I'm seeing on the page. When I say the button doesn't do anything, it like the button has no action assigned to it and it's not even attempting to make a call to the server. I think you would test this before you do any changes. In any case, rather than have a "reload" button that makes it seem like something doesn't work and we are hacking our way around it. I think it would be better if we have an intermediate step for the user to "Activate Account". This would essentially reload to the page and by this time Stripe has provided the resources you need to make the button clickable. |
This bug has been reported by two users now (second user reports using Android phone). The new user logins in (via Twilio) and then enters their credit card information. The app shows a message like "Valid Credit Card Info Entered", however the button on that page that says "Check-In and Open Doors" does not work.
However, if the user goes back to the home page at door.nomadawhat.com, and logs in again (via Twilio) the "Check-In and Open Doors" will work this time.
The text was updated successfully, but these errors were encountered: