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
5dc10a2d
Commit
5dc10a2d
authored
6 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Release 5.0.beta4
parent
844a5e81
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+25
-3
25 additions, 3 deletions
README.md
info.xml
+2
-2
2 additions, 2 deletions
info.xml
with
27 additions
and
5 deletions
README.md
+
25
−
3
View file @
5dc10a2d
...
...
@@ -8,6 +8,7 @@ CiviCRM Stripe Payment Processor
*Not currently tested with other CMS but it may work.*
*
CiviCRM 5.0+
*
Stripe API version: Tested on 2018-02-28
*
Drupal webform_civicrm 7.x-4.22+ (if using webform integration)
### How to update Stripe API version
Go to _Account Settings_ -> _API Keys_ tab -> click _Upgrade available_ button.
...
...
@@ -17,10 +18,31 @@ More info on how to change: https://stripe.com/docs/upgrades#how-can-i-upgrade-
All configuration is in the standard Payment Processors settings area in CiviCRM admin.
You will enter your "Publishable" & "Secret" key given by stripe.com.
## Installation
Download and install extension via CiviCRM's "Manage Extensions" page.
## Installation (Web UI)
To use with Drupal Webform you
**MUST**
apply the following patch to webform_civicrm: https://github.com/colemanw/webform_civicrm/pull/100
This extension has not yet been published for installation via the web UI.
## Installation (CLI, Zip)
Sysadmins and developers may download the
`.zip`
file for this extension and
install it with the command-line tool
[
cv
](
https://github.com/civicrm/cv
)
.
Latest releases can be found here: https://github.com/mattwire/com.drastikbydesign.stripe/releases
```
bash
cd
<extension-dir>
cv dl com.drastikbydesign.stripe@https://github.com/mattwire/com.drastikbydesign.stripe/archive/master.zip
```
## Installation (CLI, Git)
Sysadmins and developers may clone the
[
Git
](
https://en.wikipedia.org/wiki/Git
)
repo for this extension and
install it with the command-line tool
[
cv
](
https://github.com/civicrm/cv
)
.
```
bash
git clone https://github.com/mattwire/com.drastikbydesign.stripe.git
cv en stripe
```
## Webhook and Recurring Contributions
...
...
This diff is collapsed.
Click to expand it.
info.xml
+
2
−
2
View file @
5dc10a2d
...
...
@@ -12,8 +12,8 @@
<author>
Joshua Walker (drastik) - Drastik by Design
</author>
<email>
admin@drastikbydesign.com
</email>
</maintainer>
<releaseDate>
2018-0
7-24
</releaseDate>
<version>
5.0.beta
3
</version>
<releaseDate>
2018-0
8-16
</releaseDate>
<version>
5.0.beta
4
</version>
<develStage>
beta
</develStage>
<compatibility>
<ver>
5.0
</ver>
...
...
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