Skip to content
Snippets Groups Projects
Commit 606d3ba5 authored by mattwire's avatar mattwire
Browse files

Update required Stripe API version to 2019-09-09

parent 912345c0
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment { ...@@ -16,7 +16,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
* *
* @var string * @var string
*/ */
const API_VERSION = '2019-08-14'; const API_VERSION = '2019-09-09';
/** /**
* Mode of operation: live or test. * Mode of operation: live or test.
......
...@@ -12,7 +12,7 @@ View this extension in the [Extension Directory](https://civicrm.org/extensions/ ...@@ -12,7 +12,7 @@ View this extension in the [Extension Directory](https://civicrm.org/extensions/
* PHP 7.1+ * PHP 7.1+
* Jquery 1.10 (Use jquery_update module on Drupal). * 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.* * 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) * 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 If using test mode with drupal webform_civicrm you need this patch: https://github.com/colemanw/webform_civicrm/pull/266
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* Use Stripe Elements: https://stripe.com/payments/elements. * Use Stripe Elements: https://stripe.com/payments/elements.
* Use PaymentIntents and comply with the European SCA directive (https://stripe.com/docs/strong-customer-authentication). * 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. * 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). * Support cards using 3dsecure and cards not using 3dsecure (workflows with Stripe are slightly different but both are now handled).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment