From 2631bd7858bc00b05b15b1140ea66d86f74768b2 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 11 Jul 2023 09:48:07 +1000 Subject: [PATCH] update link to stripe library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a2fd1..555eecc 100644 --- a/README.md +++ b/README.md @@ -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)