Skip to content
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

Closed
rappo opened this issue Mar 5, 2017 · 10 comments
Closed

Add "Send via Coinbase" button to admin/cash_outs/pending #1080

rappo opened this issue Mar 5, 2017 · 10 comments

Comments

@rappo
Copy link

rappo commented Mar 5, 2017

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.

  • Successful transaction should trigger the "Mark as Sent" action in the Admin
  • (bonus) Add transaction ID/details to the "Mark as Sent" email
@rappo rappo added the payments label Mar 5, 2017
@rappo rappo added this to the Faster Cash Outs milestone Mar 5, 2017
@rappo
Copy link
Author

rappo commented Mar 10, 2017

@barkovv Just a heads-up that this issue is under consideration for removal, based on #1086

@frnco
Copy link

frnco commented Mar 11, 2017

@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
Copy link
Author

rappo commented Mar 17, 2017

Just to be clear, it's now safe to continue with development on this issue.

@barkovv, have you had any luck tackling this? @frnco has made progress on developer onboarding, check his PR: #1094

@barkovv
Copy link

barkovv commented Mar 17, 2017

@rappo
I can't get current things working. /admin/people simply doesn't show any people (however I've created them).

@rappo
Copy link
Author

rappo commented Mar 17, 2017

It should list people... what do you see when you go to /admin/people/ID?

@barkovv
Copy link

barkovv commented Mar 17, 2017

@rappo @frnco
It "loads" forever either on /admin/people or /admin/people/ID

According to DevTools I've get this response for GET /people :

/**/ CORS({"data":null,"meta":{"status":200,"success":true,"pagination":null}})

There is a strange query from ActiveRecord (v. 4.0.13) in log:

    Person Exists
    First exec was: SELECT  1 AS one FROM "people"  WHERE ("people"."email" = 'test@test.com' AND "people"."id" != 1) LIMIT 1

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.
1
2
gem_versions.txt
log.txt

@frnco
Copy link

frnco commented Mar 17, 2017

Returning 0 rows seems like a problem with contions. Check the where and the includes for that page.

@rappo
Copy link
Author

rappo commented May 18, 2017

@johanlives
Copy link
Contributor

Coinbase account disabled long ago. Closing.

@painor
Copy link

painor commented Apr 25, 2020

so is there currently no way to cashout with bitcoin unless we contact the support ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants