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.
4c997d5ce4dc8a1761595403d34a163b074b8027
Select Git revision
Branches
5
bancontact
changeamountcheckout
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
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
May
12
9
14
Apr
12
10
4
20
Feb
16
11
9
7
1
23
Jan
18
6
5
7
Dec
27
Nov
17
9
8
6
1
30
Oct
24
21
20
16
9
6
28
Sep
25
21
17
4
21
Aug
29
Jul
9
6
29
Jun
27
20
16
10
9
8
6
1
31
May
30
26
10
4
30
Apr
27
13
25
Mar
3
22
Feb
15
Jan
14
9
28
Dec
23
22
29
Nov
4
1
31
Oct
30
23
21
19
17
16
15
6
25
Sep
23
21
20
19
17
16
15
14
13
12
10
9
6
5
3
31
Aug
5
21
Jul
19
18
15
13
Jun
28
May
19
15
Apr
11
8
5
4
31
Mar
25
20
14
13
12
10
8
4
3
3
Jan
14
Dec
13
12
5
3
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
avoid "Statement descriptors require at least one alphanumeric character"
Update docs
Update docs
Fix for custom statement descriptors
Fix #306 Can't pay for event with more then one participant
Move javascript debug to mjwshared
Fix some fields hidden when configuring non-stripe payment processors
Update release date
Remove unused variable
Update 6.6 upgrade message
Don't crash on webhook check if only one of live/test is configured
Code cleanup
Fix initialising Stripe if only live or test is defined
Add 6.6 upgrade message and update release notes
Allow specifying a static statement descriptor. Fixes #305 and #293
tests: re-order and add couple more tests
Add test for invoicepaymentfailed
Remove static method call
Add several tests
Add suggestions in comments to use Civi\Payment... methods for getting payment class object
Allow StripeIPN to be configured by tests to throw exceptions instead of silently logging errors
Add some comments to StripeIPN.php
Existing StripeIPN test now fully mocked (code needs cleanup still)
move basetest to Civi\Payment\System singletons
Move listevents to using stripeClient and Civi\Payment\System to get processor singletons
tests WIP
move IpnTest to using stripeClient
Refactor: move payment object into a property of the test class to enable mocking of Stripe API
Use helper functions to set payment status
handle a few corner case errors.
tested importsubscription refactor, ensure it is indemptotent.
avoid duplicate charges when pulling from system log.
new api method to retry all charges that are not updated in Civi
properly avoid counting more than limit.
don't over count by one.
ensure limit works when filtering out processed records.
WIP: refactor import APIs
Retrieve subscriptionID so we don't process charge.failed/invoice.payment_failed simultaneously
Update minimum version of mjwshared to 1.0
Fix payment failed because 'requires payment method' showing as 'successful' on thankyou page
Loading