Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JonGold
Stripe
Commits
5dc10a2d
Commit
5dc10a2d
authored
Aug 16, 2018
by
mattwire
Browse files
Release 5.0.beta4
parent
844a5e81
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
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
...
...
info.xml
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>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment