Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stripe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
Stripe
Commits
606d3ba5
Commit
606d3ba5
authored
5 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Update required Stripe API version to 2019-09-09
parent
912345c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRM/Core/Payment/Stripe.php
+1
-1
1 addition, 1 deletion
CRM/Core/Payment/Stripe.php
docs/index.md
+1
-1
1 addition, 1 deletion
docs/index.md
docs/release/release_notes.md
+1
-1
1 addition, 1 deletion
docs/release/release_notes.md
with
3 additions
and
3 deletions
CRM/Core/Payment/Stripe.php
+
1
−
1
View file @
606d3ba5
...
@@ -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-0
8-14
'
;
const
API_VERSION
=
'2019-0
9-09
'
;
/**
/**
* Mode of operation: live or test.
* Mode of operation: live or test.
...
...
This diff is collapsed.
Click to expand it.
docs/index.md
+
1
−
1
View file @
606d3ba5
...
@@ -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-0
8-14
*
Stripe API version: 2019-0
9-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
...
...
This diff is collapsed.
Click to expand it.
docs/release/release_notes.md
+
1
−
1
View file @
606d3ba5
...
@@ -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-0
8-14
and ensure that all codepaths specify the API version.
*
Require Stripe API Version: 2019-0
9-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).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment