-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add "Send via Coinbase" button to admin/cash_outs/pending #1080
Comments
@rappo Considering the Coinbase issues mentioned in #1086, I think before creating the button you should decide if you'll keep Coinbase or consider possible Coinbase alternatives. If considering alternatives, maybe this should be postponed until a final decision on which payment processor will be used. |
@rappo |
It should list people... what do you see when you go to /admin/people/ID? |
@rappo @frnco According to DevTools I've get this response for GET /people :
There is a strange query from ActiveRecord (v. 4.0.13) in log:
This returns 0 rows, but if I manually query the same but with people.id = 1 it returns 1 row. Is it bug or something else? It seems that I setup all things fine but admins stuff is not working. |
Returning 0 rows seems like a problem with contions. Check the where and the includes for that page. |
Coinbase account disabled long ago. Closing. |
so is there currently no way to cashout with bitcoin unless we contact the support ? |
If cash out method is BTC, add a button to that specific cash out request that sends the payment via Coinbase. This could be batched if desired.
The text was updated successfully, but these errors were encountered: