-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,12 @@ This is an OpenCart payment module that communicates with a bitcoin client using | |
|
||
This code accurately converts USD to BTC using the up-to-the-minute MtGox average. It is completely self contained and requires no cron jobs or external hardware other than a properly configured bitcoind server. Every order creates a new bitcoin address for payment and gives it a label corresponding to the order_id of the order. It installs like any other OpenCart plugin and it is completely integrated with OpenCart. | ||
|
||
This extension has been tested with OpenCart versions between 1.5.2.x and 1.5.4. | ||
This extension has been tested with OpenCart versions between 1.5.2.1 and 1.5.4.1. | ||
|
||
Any questions or comments can be sent to [email protected]. | ||
|
||
To receive information about future updates, send an email to [email protected]. | ||
|
||
# Installation | ||
|
||
1. Upload all files maintaining OpenCart folder structure. | ||
|