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
d2bf9e08
Commit
d2bf9e08
authored
1 year ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Set mjwshared min version to 1.2.13
parent
77c6cd75
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!217
Implement Stripe Checkout (with support for SEPA and ACH)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Stripe/Check.php
+1
-1
1 addition, 1 deletion
CRM/Stripe/Check.php
docs/paymentmethods.md
+2
-0
2 additions, 0 deletions
docs/paymentmethods.md
with
3 additions
and
1 deletion
CRM/Stripe/Check.php
+
1
−
1
View file @
d2bf9e08
...
...
@@ -25,7 +25,7 @@ class CRM_Stripe_Check {
/**
* @var string
*/
const
MIN_VERSION_MJWSHARED
=
'1.2.1
1
'
;
const
MIN_VERSION_MJWSHARED
=
'1.2.1
3
'
;
const
MIN_VERSION_FIREWALL
=
'1.5.8'
;
/**
...
...
This diff is collapsed.
Click to expand it.
docs/paymentmethods.md
+
2
−
0
View file @
d2bf9e08
...
...
@@ -17,6 +17,7 @@ It is supported for all payment types.
#### MOTO (Mail Order Telephone Order) Payments
If you want to take payments in this way you have to:
1.
Request that it is enabled on your Stripe account.
2.
Enable "MOTO payments" in CiviCRM Stripe settings.
3.
Give the "CiviCRM Stripe: Process MOTO transactions" permission to roles which are allowed to process MOTO payments (eg. administrator).
...
...
@@ -37,5 +38,6 @@ In *Administer->CiviContribute->Stripe Settings* you need to set `Country where
#### Supported configurations
The PaymentRequest element will be displayed automatically instead of the card element if:
1.
The client browser has support for the paymentRequest button.
2.
The payment is a
*one-off*
. Recurring payments are not supported and the element will not be displayed in this case.
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