Receive Payments API
Easy Way To Process Bitcoin Payments. No sign Up. Low Trust. No Fees. No Address Management.
One of the difficulties involved with receiving bitcoin payments is the need to generate a unique address for each new user or invoice. These addresses need to monitored and stored securely. The blockchain receive payments API takes care of the generation and monitoring of addresses.
Addresses generated with the anonymous flag are routed through the blockchain.info mixer guaranteeing that the transaction cannot be trace through the blockchain. Anonymous transactions additionally provide protection against double spends and there is no need to worry about confirmations.
This module implement this payment method for drupal commerce.

Project page :
http://drupal.org/sandbox/julien/1797854

Comments

klausi’s picture

Status: Needs review » Needs work

Welcome,

please get a review bonus first. Then try to fix issues raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxjulien1797854git

mschudders’s picture

Manual review

1.1 Ensure your application contains a repository and project page link.
Contains no GIT link .
1.2 Ensure your project is not a duplication.
Ok
1.3 Ensure you don't have multiple applications.
Ok couldn't find any.
2. Basic repository checks

2.1 Ensure the repository actually contains code.
Check
2.2 Ensure you are working in a version specific branch.
Please create an branch . You are working on the master branch
2.3 Ensure your project contains a minimum of handwritten code.
Seems to be so.
3. Security Review

3.1 Ensure the project does not contain any security issues.
I would escape the data that you are letting see to the users and saving into the database via 'check_plain' or others. What do others think ?
4. Licensing checks
4.1 Ensure the repository does not contain a ‘LICENSE.txt’ file.
Ok
5.1 Ensure the project page contains detailed information.

This could use some structure and some more information
5.2 Ensure the repository contains a detailed README.txt.

Please create a README file.
5.3 Ensure the code contains a well-balanced amount of inline-comments.

Seems ok for me.
Automated review:

Please check these issues: http://ventral.org/pareview/httpgitdrupalorgsandboxjulien1797854git

7.1 Ensure you are using Drupals API correctly.
Looks ok.

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

If you reopen this please keep in mind that we are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)

klausi’s picture

Issue summary: View changes

edit