update link to stripe library

This commit is contained in:
2023-07-11 09:48:07 +10:00
parent cb29873efa
commit 2631bd7858

View File

@@ -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)