Back
Nomads.com
Load previous page…
make Stripe Checkout sign up and redirect to Stripe first part work
#nomads next is 1) redirect user after succesful payment and make new account, 2) redirect user after payment that’s on hold (like bank transfer) and email them when it’s done and then make account, 3) redirect user after cancelled checkout. Stripe Checkout increased revenue on Remote OK a lot so I hope same with this
add exceptions to regular unexpected errors like if bad AJAX reply from server API, and use “throw new Error()” which then get auto logged to server and send to us, so that we can fix them. This is to replace “Error 2: Something went wrong. Tweet @nomadlist if this keeps happening” so that all errors are logged now.
#nomads