From 606d3ba50729f54a6f7622f11eacc65eca4c4f60 Mon Sep 17 00:00:00 2001
From: "Matthew Wire (MJW Consulting)" <mjw@mjwconsult.co.uk>
Date: Tue, 10 Sep 2019 18:28:04 +0100
Subject: [PATCH] Update required Stripe API version to 2019-09-09

---
 CRM/Core/Payment/Stripe.php   | 2 +-
 docs/index.md                 | 2 +-
 docs/release/release_notes.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CRM/Core/Payment/Stripe.php b/CRM/Core/Payment/Stripe.php
index 02129945..77a81268 100644
--- a/CRM/Core/Payment/Stripe.php
+++ b/CRM/Core/Payment/Stripe.php
@@ -16,7 +16,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
    *
    * @var string
    */
-  const API_VERSION = '2019-08-14';
+  const API_VERSION = '2019-09-09';
 
   /**
    * Mode of operation: live or test.
diff --git a/docs/index.md b/docs/index.md
index a7d6ad09..9c447d99 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,7 +12,7 @@ View this extension in the [Extension Directory](https://civicrm.org/extensions/
 * PHP 7.1+
 * Jquery 1.10 (Use jquery_update module on Drupal).
 * Drupal 7 / Joomla / Wordpress (latest supported release). *Not currently tested with other CMS but it may work.*
-* Stripe API version: 2019-08-14
+* Stripe API version: 2019-09-09
 * Drupal webform_civicrm 7.x-4.22+ (if using webform integration)
 
 If using test mode with drupal webform_civicrm you need this patch: https://github.com/colemanw/webform_civicrm/pull/266
diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md
index e1fb1f9d..e90ab21a 100644
--- a/docs/release/release_notes.md
+++ b/docs/release/release_notes.md
@@ -21,7 +21,7 @@
 
 * Use Stripe Elements: https://stripe.com/payments/elements.
 * Use PaymentIntents and comply with the European SCA directive (https://stripe.com/docs/strong-customer-authentication).
-* Require Stripe API Version: 2019-08-14 and ensure that all codepaths specify the API version.
+* Require Stripe API Version: 2019-09-09 and ensure that all codepaths specify the API version.
 * Switch publishable key/secret key in settings (upgrader does this automatically) so they are now "correct" per CiviCRM settings pages.
 * Support cards using 3dsecure and cards not using 3dsecure (workflows with Stripe are slightly different but both are now handled).
 
-- 
GitLab