Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
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
jamie
Stripe
Commits
cf4e17a3be718bb9f51ccf443ad213f44d01a86d
Select Git revision
Branches
20
curly
checkout-recurring-payments
email-property
ptp
require-captcha
log-credit-card-failures
populate-webhook-data
ContactNameInDescription
directtest
statementdescriptor
master
default
protected
normalize-api
listevent-improvements
trxn-ipn
ptp-new
suppress-receipt-api
back-end-memberships
api-check-if-trxn-applied
listevents-api-improvements
issue218
Tags
2
5.0
5.0.beta4
22 results
stripe
Author
Search by author
Any Author
authors
jamie
jamie
1 author
Oct 19, 2019
Fix and record paymentIntents for recurring contributions - show...
· cf4e17a3
mattwire
authored
5 years ago
cf4e17a3
Extract description generation into it's own function
· 5659c61e
mattwire
authored
5 years ago
5659c61e
Set pre-approval params for paymentMethodID (used for recurring payments) as...
· 459131e8
mattwire
authored
5 years ago
459131e8
Oct 17, 2019
Release 6.2beta2
· 8d39523b
mattwire
authored
5 years ago
8d39523b
Allow submit if amount is 0
· e8fb7dc9
mattwire
authored
5 years ago
e8fb7dc9
Add CiviCRM version info to stripe customer.
· 8b233cf9
mattwire
authored
5 years ago
8b233cf9
Oct 16, 2019
Make sure we specify the engine as InnoDB for the paymentintent table
· 7f1d1121
mattwire
authored
5 years ago
7f1d1121
Oct 15, 2019
Add upgrader for 6.2 to add civicrm_stripe_paymentintent table
· 7aa7d4e8
mattwire
authored
5 years ago
7aa7d4e8
Track paymentIntents and cancel uncaptured ones after 24 hours
· 155328f1
mattwire
authored
5 years ago
155328f1
Refactor to support updating amount and re-confirming once we reach the thankyou page
· 72c1c91e
mattwire
authored
5 years ago
72c1c91e
When we don't know the amount, pre-auth the card but don't confirm, then...
· ca3ae3e7
mattwire
authored
5 years ago
ca3ae3e7
Refactor passing of token parameters to use pre_approval_parameters
· 8e427167
mattwire
authored
5 years ago
8e427167
Improve support for refunds per work in CiviCRM core #15476-15479
· d888076d
mattwire
authored
5 years ago
d888076d
Further tweaks to docs
· 046b430b
mattwire
authored
5 years ago
046b430b
Update docs
· 9f6f4e25
mattwire
authored
5 years ago
9f6f4e25
Oct 06, 2019
Fix missing function when IPN parameters are invalid
· b3ee52b7
mattwire
authored
5 years ago
b3ee52b7
Allow submission of drupal webform when there are multiple processors on the...
· b4fec98b
mattwire
authored
5 years ago
b4fec98b
Sep 25, 2019
Support recording full refunds from Stripe
· 3dd8c1f0
mattwire
authored
5 years ago
3dd8c1f0
Send email receipts from Stripe by default (as this was what 5.x did)
· c53420c2
mattwire
authored
5 years ago
c53420c2
Sep 23, 2019
Release 6.1.4
· 599779dc
mattwire
authored
5 years ago
599779dc
Don't take payment twice on recurring payments.
· 66e674c7
mattwire
authored
5 years ago
66e674c7
If we get an error during submission, make sure we run Stripe submit next time we submit
· 3cfe9fb3
mattwire
authored
5 years ago
3cfe9fb3
Validate payment forms using javascript so we don't create multiple uncaptured...
· a179000c
mattwire
authored
5 years ago
a179000c
Sep 21, 2019
Add warning about updating webhook events.
· d274d0c8
mattwire
authored
5 years ago
d274d0c8
Update docs
· d3b90f4e
mattwire
authored
5 years ago
d3b90f4e
Release 6.1.3
· 85f597b2
mattwire
authored
5 years ago
85f597b2
Handle charge.succeeded/charge.captured when no customer_id is provided
· a81361cd
mattwire
authored
5 years ago
a81361cd
Remove invalid setting of customer on paymentIntent
· 2391a855
mattwire
authored
5 years ago
2391a855
Small improvements to Stripe Plan code
· c970c5dd
mattwire
authored
5 years ago
c970c5dd
Sep 20, 2019
Update release notes for 6.1.2
· 0061e2a4
mattwire
authored
5 years ago
0061e2a4
Sep 19, 2019
Fix repeatContribution - pass the found contribution ID instead of using a...
· bd2406c4
mattwire
authored
5 years ago
bd2406c4
Fix #89 - Payment Element is not loading for backend "Credit Card Event Registration"
· 65969d28
mattwire
authored
5 years ago
65969d28
Friendly error message when no amount specified on the form
· 8af73c75
mattwire
authored
5 years ago
8af73c75
Typo in docs
· 4215ab54
mattwire
authored
5 years ago
4215ab54
Add Examples / Screenshots to docs
· 1d01a617
mattwire
authored
5 years ago
1d01a617
Sep 17, 2019
Release 6.1.1
· 2716581f
mattwire
authored
5 years ago
2716581f
Fix issue with charge.succeeded triggering error on recurring contributions
· 2966ad27
mattwire
authored
5 years ago
2966ad27
Sep 16, 2019
Release 6.1
· b1e330af
mattwire
authored
5 years ago
b1e330af
Minor cleanup and regenerate minified civicrm_stripe.js
· cd76ab73
mattwire
authored
5 years ago
cd76ab73
Fix issue when script is reloaded by changes of payment processors
· 805a5b17
Rich
authored
5 years ago
805a5b17
Loading