Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
thelia-modules
/
PayPlugModule
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
0
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 8, 2026
chore: bump to 3.0.0 for Thelia 3
Theliabot
committed
87668cf
View commit details
Copy full SHA for 87668cf
Browse repository at this point
Commits on Jun 30, 2026
fix: guard anonymous user in card delete controller
anoziere
committed
7c042cb
View commit details
Copy full SHA for 7c042cb
Browse repository at this point
fix: drop blocking sleep in payplug order refund/capture
anoziere
committed
0f1cbe9
View commit details
Copy full SHA for 0f1cbe9
Browse repository at this point
fix: guard session access against sessionless contexts
Show description for f9f90c5
anoziere
committed
f9f90c5
View commit details
Copy full SHA for f9f90c5
Browse repository at this point
Commits on Jun 10, 2026
fix: submit refund and capture forms with prefixed field names
anoziere
committed
9f6cc4f
View commit details
Copy full SHA for 9f6cc4f
Browse repository at this point
Commits on Jun 9, 2026
fix: repoint stale T2 imports (TaxEngine, HttpFoundation Response)
anoziere
committed
16fa1ce
View commit details
Copy full SHA for 16fa1ce
Browse repository at this point
fix: forward event arguments in onModuleConfigure to expose form_error in config template
anoziere
committed
c42a0d5
View commit details
Copy full SHA for c42a0d5
Browse repository at this point
feat: migrate and modernize back-office for Twig
anoziere
committed
a8728bc
View commit details
Copy full SHA for a8728bc
Browse repository at this point
Commits on Apr 12, 2026
Fix Symfony 7.4 compatibility
Show description for 362673c
anoziere
committed
362673c
View commit details
Copy full SHA for 362673c
Browse repository at this point
Commits on Oct 1, 2025
Add use statement for Symfony Response class
anoziere
authored
139c30a
View commit details
Copy full SHA for 139c30a
Browse repository at this point
Fix method signatures in PayPlugModule.php
anoziere
authored
78a6a43
View commit details
Copy full SHA for 78a6a43
Browse repository at this point
Add return type declarations to payment methods
anoziere
authored
7dade45
View commit details
Copy full SHA for 7dade45
Browse repository at this point
Commits on Jun 24, 2025
Merge pull request #20 from thelia-modules/feat/notification_history
Show description for edc202f
leanormandon
authored
edc202f
View commit details
Copy full SHA for edc202f
Browse repository at this point
Commits on Jun 23, 2025
Save refund notification id (avoid duplicate refund)
leanormandon
committed
0a29613
View commit details
Copy full SHA for 0a29613
Browse repository at this point
Commits on Jun 17, 2024
Merge pull request #19 from NicolasBarbey/main
Show description for 08d25bf
NicolasBarbey
authored
08d25bf
View commit details
Copy full SHA for 08d25bf
Browse repository at this point
fix expired cards in database
Nicolas Barbey
committed
b34617d
View commit details
Copy full SHA for b34617d
Browse repository at this point
Commits on Jun 13, 2024
Merge pull request #18 from mdevaud/feat/use-order-pay-total-amount
Show description for 98ec896
zawaze
authored
98ec896
View commit details
Copy full SHA for 98ec896
Browse repository at this point
Commits on Jun 12, 2024
feat: use Event TheliaEvents::ORDER_PAY_GET_TOTAL
mdevaud
committed
f6711d6
View commit details
Copy full SHA for f6711d6
Browse repository at this point
Commits on Jun 6, 2024
fix: round price to get correct amount (#17)
Show description for b83103b
mdevaud
and
mdevaud
authored
b83103b
View commit details
Copy full SHA for b83103b
Browse repository at this point
Commits on May 7, 2024
Merge pull request #16 from anoziere/fix/manage_max_length
Show description for 632b029
anoziere
authored
632b029
View commit details
Copy full SHA for 632b029
Browse repository at this point
versionning
anoziere
committed
618ab0a
View commit details
Copy full SHA for 618ab0a
Browse repository at this point
better error management and manage maxLength field
anoziere
committed
f25f47d
View commit details
Copy full SHA for f25f47d
Browse repository at this point
Commits on May 2, 2024
Merge pull request #15 from anoziere/feat/remove_api_check
Show description for 47239bf
anoziere
authored
47239bf
View commit details
Copy full SHA for 47239bf
Browse repository at this point
remove api check on "isPayPlugAvailable" which caused slowness issues
anoziere
committed
6d5c55e
View commit details
Copy full SHA for 6d5c55e
Browse repository at this point
Commits on Apr 8, 2024
Merge pull request #13 from mdevaud/fix/payplug-product
Show description for 8104168
zawaze
authored
8104168
View commit details
Copy full SHA for 8104168
Browse repository at this point
fix: do not add order product as payplug product when his price is 0
mdevaud
committed
6dd6a25
View commit details
Copy full SHA for 6dd6a25
Browse repository at this point
Commits on Apr 5, 2024
Merge pull request #12 from thelia-modules/fix/redirect-response
Show description for feacae0
zawaze
authored
feacae0
View commit details
Copy full SHA for feacae0
Browse repository at this point
fix: fix PayPlugModule.php
mdevaud
committed
8f7e41b
View commit details
Copy full SHA for 8f7e41b
Browse repository at this point
Commits on Mar 13, 2024
Create release.yml
lopes-vincent
authored
c8769b1
View commit details
Copy full SHA for c8769b1
Browse repository at this point
Fix error when api key is not set
lopes-vincent
committed
2edecb8
View commit details
Copy full SHA for 2edecb8
Browse repository at this point
Commits on Mar 29, 2022
Merge pull request #11 from NicolasBarbey/main
Show description for 4214c78
julescournut
authored
4214c78
View commit details
Copy full SHA for 4214c78
Browse repository at this point
Disable payment if total amount is less than 1
nbarbey-os-alter
committed
014a557
View commit details
Copy full SHA for 014a557
Browse repository at this point
Commits on Feb 23, 2022
Remove pay plug id from order query
lopes-vincent
committed
cd11553
View commit details
Copy full SHA for cd11553
Browse repository at this point
Commits on Aug 19, 2021
Merge pull request #9 from NicolasBarbey/main
Show description for cb02a8f
julescournut
authored
cb02a8f
View commit details
Copy full SHA for cb02a8f
Browse repository at this point
fix configuration button on modules page
Nicolas Barbey
committed
ddc9cd2
View commit details
Copy full SHA for ddc9cd2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.