You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: GUIDE.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# Using the BitPay plugin for Magento
2
2
3
3
## Prerequisites
4
-
You must have a BitPay merchant account to use this plugin. It's free to [sign-up for a BitPay merchant account](https://bitpay.com/start).
4
+
You must have a BitPay business account to use this plugin. It's free to [sign-up for a BitPay business account](https://bitpay.com/start).
5
5
6
6
7
7
## Server Requirements
8
8
9
-
* Last Cart Version Tested: 2.0.5
10
-
*[Magento CE](http://magento.com/resources/system-requirements) 2.0.0 or higher. Older versions might work, however this plugin has been validated to work against the 2.0.5 Community Edition release.
9
+
* Last Cart Version Tested: 2.1.2
10
+
*[Magento CE](http://magento.com/resources/system-requirements) 2.0.0 or higher. Older versions might work, however this plugin has been validated to work against the 2.1.2 Community Edition release.
11
11
*[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.
12
12
*[OpenSSL](http://us2.php.net/openssl) Must be compiled with PHP and is used for certain cryptographic operations.
13
-
*[PHP](http://us2.php.net/downloads.php) 5.4 or higher. This plugin will not work on PHP 5.3 and below. This plugin was tested with PHP 5.5.35
13
+
*[PHP](http://us2.php.net/downloads.php) 5.4 or higher. This plugin will not work on PHP 5.3 and below. This plugin was tested with PHP 5.6 and PHP 7.0
14
14
15
15
16
16
## Installation
17
17
18
-
**From the Magento Connect Manager:**
18
+
**From the Magento Marketplace:**
19
19
20
20
Goto [http://www.magentocommerce.com/magento-connect/bitpay-payment-method.html](http://www.magentocommerce.com/magento-connect/bitpay-payment-method.html) and click the *Install Now* link which will give you the *Extension Key* needed for the next step.
21
21
@@ -39,7 +39,7 @@ Visit the [Releases](https://github.com/bitpay/magento2-plugin/releases) page of
39
39
5. In admin interface, go to stores -> configuration -> advanced -> advanced, turn on 'Bitpay_Core'
40
40
6. Then in stores -> configuration -> sales -> payment methods, you should have Bitpay as a payment method
41
41
42
-
**NOTE:** These files can also up uploaded using the *Magento Connect Manager* that comes with your Magento Store
42
+
**NOTE:** These files can also up uploaded using the *Magento Marketplace* that comes with your Magento Store
43
43
44
44
**WARNING:** It is good practice to backup your database before installing extensions. Please make sure you Create Backups.
0 commit comments