update link to stripe library
This commit is contained in:
@@ -8,7 +8,7 @@ Before installation, download and install the following pre-requisite modules:
|
||||
- [mimemail](http://drupal.org/project/mimemail) module
|
||||
- [mailsystem](http://drupal.org/project/mailsystem) module
|
||||
|
||||
If you plan to use Stripe for payment integration, download the [Stripe API Library for PHP](https://stripe.com/docs/libraries) and install in your sites libraries folder (usually sites/all/libraries). The folder should be renamed to stripe (ie sites/all/libraries/stripe/lib/Stripe.php).
|
||||
If you plan to use Stripe for payment integration, download the [Stripe API Library for PHP](https://github.com/stripe/stripe-php) and install in your sites libraries folder (usually sites/all/libraries). The folder should be renamed to stripe (ie sites/all/libraries/stripe/lib/Stripe.php).
|
||||
|
||||
## Installation
|
||||
- Clone (or download & unpack) this module into your site's module directory (usually sites/all/modules)
|
||||
|
Reference in New Issue
Block a user