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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
9fc73ee907ecce7b3e6bf7ae92c0b6ba0cd68e6d
Select Git revision
Branches
4
bancontact
entityframeworkv2
master
default
protected
nextscheddate
Tags
20
6.11.4
6.11.3
6.11.2
6.11.1
6.11
6.11.0-preview20231219
6.10.2
6.10.1
6.10
6.9.4
6.9.3
6.9.2
6.9.1
6.9
6.8.2
6.8.1
6.8
6.7.14
6.7.13
6.7.12
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
3
Dec
21
Nov
31
Oct
18
15
14
11
10
20
Sep
19
18
16
Aug
1
24
Jul
23
Jun
22
11
5
18
May
17
11
27
Apr
26
25
23
31
Mar
26
20
19
12
10
26
Feb
30
Oct
25
7
Sep
9
Aug
8
25
May
8
Apr
4
15
Mar
13
9
8
5
3
22
Feb
21
18
14
26
Jan
25
24
23
16
15
14
13
20
Dec
6
Nov
30
Sep
31
Aug
17
16
15
12
Jul
29
Jun
28
27
30
Mar
4
Feb
2
Jan
21
Dec
18
23
Nov
19
17
18
30
Oct
19
16
11
9
7
6
21
Sep
20
16
9
20
Aug
14
Jul
13
21
May
19
Feb
5
4
3
2
24
Jan
22
16
12
10
9
24
Nov
23
29
Oct
15
8
7
6
7
2
1
24
Sep
21
Aug
1
Jul
30
Jun
5
May
1
1
Apr
7
Mar
6
5
Feb
15
Jan
14
9
13
Dec
1
26
Nov
22
11
28
Aug
7
May
19
Mar
18
14
8
Feb
2
Jan
13
Dec
6
Oct
5
12
Sep
25
Aug
23
13
12
11
10
5
31
Jul
Merge branch 'cancellation' into 'master'
Resolve extensions/stripe#16. Missing contact ID for anonymous event registration
Merge branch 'cancellation' into 'master'
#19 Override subscriptionUrl so we can define which links to show in email for self-service
Merge branch 'cancellation' into 'master'
Merge branch '5.x_noemail_noplan' into 'master'
Release 5.2beta1
Add upgrader for 5.2 and deprecate civicrm_stripe_plans/civicrm_stripe_subscriptions tables
Add mkdocs documentation
Don't update existing contribution that is completed
Add http response codes
Major refactor of core payment code. Support cancel subscription from CiviCRM
Update version 5.2alpha1
Update to latest version of stripe-php library
Delay IPN processing so we don't conflict with browser
Handle deleted customer
Add StripeSubscription.Get API
Drop use of civicrm_stripe_plans table and just query Stripe each time. This prevents errors when they get out of sync
Merge branch '5.x_noemail' into 'master'
5.1 release
Update version 5.1beta2
Escape SQL update for updatecontactids
invoice_id cannot be counted on
email is not enough, we now need contact id to find the customer.
Add some FIXME comments
Support Joomla/WP for IDS detection on webhooks
updating katalan tests to properly work with latest version.
modernize test to match new stripe library
Add StripeCustomer.get API, move customercontactids to StripeCustomer.updatecontactids
handle failed matches due to more than one contact with same email.
Always try to update a credit card
Don't try and get parameters for IPNs that we ignore
Be more verbose with IPN exception
Delete customer from civicrm if it doesn't exist at Stripe
Don't overwrite stripeCustomer object
Fix token_already_used
Fix saving customer to database
Don't require paymentlib
Refactor error handling and handle case where customer exists in CiviCRM but not in stripe
Don't set unique constraint on contact_id
Loading