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
5323de0fd006d3ed5749f84eeb8d9e31f7592312
Select Git revision
Branches
5
changeamountcheckout
master
default
protected
bancontact
entityframeworkv2
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
stripe
Author
Search by author
Any Author
authors
AkA84
AkA84
alainb
alainb
AlanDixon
AlanDixon
AllenShaw
AllenShaw
barbarae
barbarae
bgm
bgm
Björn Endres
BjoernE
colemanw
colemanw
Don Wijesooriya
chamilwijesooriya
dsmth18
dsmth18
eileen
eileen
Elliott Eggleston
ejegg
ErikHommel
ErikHommel
everykittysdaydream
everykittysdaydream
ginkgofjg
ginkgofjg
haystack
haystack
herbdool
herbdool
homotechsual
homotechsual
jaapjansma
jaapjansma
jamie
jamie
20 authors
Jun 23, 2023
Update release notes
· 5323de0f
mattwire
authored
1 year ago
5323de0f
PHP8.1 test fixes
· ea19ba7e
mattwire
authored
1 year ago
ea19ba7e
Set the description for Stripe Checkout when submitting
· c77c7bb3
mattwire
authored
1 year ago
c77c7bb3
Further migration to propertyBag for Stripe doPayment and make getDescription...
· 278ee5e1
mattwire
authored
1 year ago
278ee5e1
Partial support for PHP8.2 in tests
· 616f9a11
mattwire
authored
1 year ago
616f9a11
Filter support for ach_debit if currency is not USD
· cf18130d
mattwire
authored
1 year ago
cf18130d
Wrap StripeCheckout errors in try/catch and log (but don't report to end-user) the actual error
· 65bf8b86
mattwire
authored
1 year ago
65bf8b86
Fix StripeCheckout error when lineitem label is not set
· 53a56379
mattwire
authored
1 year ago
53a56379
Jun 15, 2023
Add API StripeCharge.GetBalanceTransactionDetails
· c46ae84f
mattwire
authored
1 year ago
c46ae84f
Jun 12, 2023
Enhance tests to validate financialtrxn params including new 'available_on' field
· e7ef5976
mattwire
authored
1 year ago
e7ef5976
Set order_reference correctly when it's empty (use trxn_id)
· 0b14c6e4
mattwire
authored
1 year ago
0b14c6e4
Fix some php warnings
· a0cbf9bf
mattwire
authored
1 year ago
a0cbf9bf
Jun 09, 2023
Check for fee in tests. Switch to getDetailsForBalanceTransaction() for all webhooks that use it
· f6e848a1
mattwire
authored
1 year ago
f6e848a1
Additional fix for event registration and stripe checkout
· 4181358b
mattwire
authored
1 year ago
4181358b
Jun 07, 2023
Fix Stripe checkout for events multiple participants
· 164b6f19
mattwire
authored
1 year ago
164b6f19
Jun 01, 2023
Update version
· e6e2bbe5
mattwire
authored
1 year ago
e6e2bbe5
Improve parsing of Stripe exceptions
· 2b3a62ac
mattwire
authored
1 year ago
2b3a62ac
Add cleanup/update rule to StripeCheckout managed entity
· 38aebc7b
mattwire
authored
1 year ago
38aebc7b
May 02, 2023
Remove old IPN code
· 31e9eccd
mattwire
authored
1 year ago
31e9eccd
Test fixes
· c98ea2b4
mattwire
authored
1 year ago
c98ea2b4
May 01, 2023
Move customer.subscription IPN functions to events processor
· df3827f8
mattwire
authored
1 year ago
df3827f8
Add ACH direct debit support and disable SEPA if currency NOT EUR
· 848172f0
mattwire
authored
1 year ago
848172f0
Add custom fields for payout amount/currency
· e7a59ab0
mattwire
authored
1 year ago
e7a59ab0
Add stripe currency formatter
· 0f55f6b7
mattwire
authored
1 year ago
0f55f6b7
Fix saving available_on date
· 5cde7b72
mattwire
authored
1 year ago
5cde7b72
Handle adding custom fields when stripe is loaded before mjwshared
· 42a8f480
mattwire
authored
1 year ago
42a8f480
Retrieve available_on and exchange_rate from balancetransaction and save to...
· 4fbce326
mattwire
authored
1 year ago
4fbce326
Fix getting fee from balancetransaction
· f6fa598f
mattwire
authored
1 year ago
f6fa598f
Fix charge.failed - handle both collapsed and expanded invoice in charge
· fcbc3d55
mattwire
authored
1 year ago
fcbc3d55
Update release date
· 5432745b
mattwire
authored
1 year ago
5432745b
We need to use billing_mode=4 for Drupal9Webform redirects
· b11a00d6
mattwire
authored
1 year ago
b11a00d6
Further fix to build lineitems for Drupal9Webform
· f5800352
mattwire
authored
1 year ago
f5800352
Apr 28, 2023
Fix issues with StripeCheckout and Drupal9Webform submission. Add hook alterPaymentProcessorParams
· ad83eda9
mattwire
authored
2 years ago
ad83eda9
Apr 21, 2023
Add prefix to IPN log messages
· 4b698513
mattwire
authored
2 years ago
4b698513
Apr 09, 2023
Add setting for Stripe Checkout payment methods and enable Card/SEPA
· 6d13dec0
mattwire
authored
2 years ago
6d13dec0
Fix charge.failed for StripeCheckout and add test
· 26256969
mattwire
authored
2 years ago
26256969
Add some typing of function arguments
· 78b4a5d1
mattwire
authored
2 years ago
78b4a5d1
If stripe customer is stored in CiviCRM but does not exist, delete and recreate it
· 75ef76e1
mattwire
authored
2 years ago
75ef76e1
Add IPN tests for StripeCheckout one-off payments
· 117484b0
mattwire
authored
2 years ago
117484b0
Move charge.failed to new webhook events processor
· 09f8d997
mattwire
authored
2 years ago
09f8d997
Loading