From 594b861cadce6ff22bc534bbdf7867759bc5ba71 Mon Sep 17 00:00:00 2001 From: John Atkinson Date: Thu, 6 Jun 2013 18:41:41 -0700 Subject: [PATCH] Blockchain.info capitalized --- README.md | 4 +++- upload/admin/language/english/payment/bitcoin.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae755d5..979c698 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ 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. @@ -42,7 +44,7 @@ This extension now requires previous installation of [vQmod](https://code.google ### 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 diff --git a/upload/admin/language/english/payment/bitcoin.php b/upload/admin/language/english/payment/bitcoin.php index bc1be6f..1a79dce 100644 --- a/upload/admin/language/english/payment/bitcoin.php +++ b/upload/admin/language/english/payment/bitcoin.php @@ -26,7 +26,7 @@ $_['entry_prefix'] = 'The prefix for the address labels:
The account will be in the form [prefix]_[order_id]'; $_['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?
Choose yes if using Blockchain.info JSON-RPC API'; $_['entry_btc_decimal'] = 'Calculate BTC amount to this many decimal places:'; $_['entry_countdown_timer'] = 'Time to complete order:
In seconds'; $_['entry_status'] = 'Status:';