Skip to content

Commit

Permalink
Blockchain.info capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
btcgear committed Jun 7, 2013
1 parent f10e0e1 commit 594b861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@ This extension now requires previous installation of [vQmod](https://code.google
* *Bitcoin RPC Password*: This is the password in the "rpcpassword" line of your bitcoin.conf file.
* *Bitcoin RPC Port*: This is the port number in the "rpcport" line of your bitcoin.conf file. The default port is 8332.
* *The prefix for the address labels*: The addresses will be assigned to accounts named with the format [prefix]_[order_id].
* *Is this a blockchain.info JSON-RPC server?*: Choose yes if connecting to blockchain.info JSON-RPC API.
* *Show BTC as a store currency*: If you select yes, your customers will be able to view prices in BTC.
* *Calculate BTC amount to this many decimal places*: Self explanatory. Choose the precision of the exchange rate calculation.
* *Time to complete order*: The number of seconds a customer has to send bitcoins to complete the order.
* *Status of a new order*: Choose a status for an order that has received payment with 0 confirmations.
* *Status*: Enable the Bitcoin payment module here.
* *Sort Order*: Where you want this module to show up in relation to the other payment modules on the checkout page.

### New in version 1.4.0

* Now compatible with the blockchain.info JSON-RPC API
* Now compatible with the Blockchain.info JSON-RPC API

### New in version 1.3.5

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/language/english/payment/bitcoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$_['entry_prefix'] = 'The prefix for the address labels:<br /><span class="help">The account will be in the form [prefix]_[order_id]</span>';
$_['entry_order_status'] = 'Status of a new order:';
$_['entry_show_btc'] = 'Show BTC as a store currency:';
$_['entry_blockchain'] = 'Is this a blockchain.info JSON-RPC server?';
$_['entry_blockchain'] = 'Is this a Blockchain.info JSON-RPC server?<br /><span class="help">Choose yes if using Blockchain.info JSON-RPC API</span>';
$_['entry_btc_decimal'] = 'Calculate BTC amount to this many decimal places:';
$_['entry_countdown_timer'] = 'Time to complete order:<br /><span class="help">In seconds</span>';
$_['entry_status'] = 'Status:';
Expand Down

0 comments on commit 594b861

Please sign in to comment.