Update GUIDE.md

This commit is contained in:
Chris Kleeschulte 2015-11-18 14:56:33 -05:00
parent 4c4ff8810e
commit fcd44e0a08
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ You must have a BitPay merchant account to use this plugin. It's free to [sign-
## Server Requirements
* Last Cart Version Tested: 1.9.0.1
* [Magento CE](http://magento.com/resources/system-requirements) 1.9.0.1 or higher. Older versions might work, however this plugin has been validated to work against the 1.9.0.1 Community Edition release.
* [GMP](http://us2.php.net/gmp) or [BC Math](http://us2.php.net/manual/en/book.bc.php) PHP extensions. GMP is preferred for performance reasons but you may have to install this as most servers do not come with it installed by default. BC Math is commonly installed however and the plugin will fall back to this method if GMP is not found.
* [OpenSSL](http://us2.php.net/openssl) Must be compiled with PHP and is used for certain cryptographic operations.