[PR #1] [MERGED] Symfony 5,6,7 destegi ve son mews/pos versiyon destegi eklendi #1

Closed
opened 2026-03-03 15:41:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/PosBundle/pull/1
Author: @nuryagdym
Created: 5/17/2024
Status: Merged
Merged: 5/18/2024
Merged by: @mewebstudio

Base: masterHead: master


📝 Commits (1)

📊 Changes

32 files changed (+1516 additions, -476 deletions)

View changed files

📝 .gitignore (+2 -0)
DependencyInjection/Configuration.php (+0 -57)
DependencyInjection/PosExtension.php (+0 -33)
DependencyInjection/PosService.php (+0 -59)
PosBundle.php (+0 -21)
PosBundleCompilerPass.php (+0 -20)
📝 README.md (+340 -80)
Resources/config/packages/pos.yaml (+0 -72)
Resources/config/pos.xml (+0 -25)
Resources/config/services.yaml (+0 -1)
Resources/doc/index.md (+0 -100)
📝 composer.json (+26 -8)
docs/EXAMPLE_CONFIGURATIONS.md (+240 -0)
src/DependencyInjection/Configuration.php (+70 -0)
src/DependencyInjection/MewsPosExtension.php (+54 -0)
src/Exception/MissingExtensionException.php (+14 -0)
src/Gateway/AccountFactory.php (+138 -0)
src/Gateway/Builder/AbstractGatewayDefinitionBuilder.php (+95 -0)
src/Gateway/Builder/AkbankPosDefinitionBuilder.php (+36 -0)
src/Gateway/Builder/EstV3PosDefinitionBuilder.php (+37 -0)

...and 12 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mewebstudio/PosBundle/pull/1 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9b85197`](https://github.com/mewebstudio/PosBundle/commit/9b85197b775e934312dd826930f25c0af7eb46b0) v1 changes ### 📊 Changes **32 files changed** (+1516 additions, -476 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➖ `DependencyInjection/Configuration.php` (+0 -57) ➖ `DependencyInjection/PosExtension.php` (+0 -33) ➖ `DependencyInjection/PosService.php` (+0 -59) ➖ `PosBundle.php` (+0 -21) ➖ `PosBundleCompilerPass.php` (+0 -20) 📝 `README.md` (+340 -80) ➖ `Resources/config/packages/pos.yaml` (+0 -72) ➖ `Resources/config/pos.xml` (+0 -25) ➖ `Resources/config/services.yaml` (+0 -1) ➖ `Resources/doc/index.md` (+0 -100) 📝 `composer.json` (+26 -8) ➕ `docs/EXAMPLE_CONFIGURATIONS.md` (+240 -0) ➕ `src/DependencyInjection/Configuration.php` (+70 -0) ➕ `src/DependencyInjection/MewsPosExtension.php` (+54 -0) ➕ `src/Exception/MissingExtensionException.php` (+14 -0) ➕ `src/Gateway/AccountFactory.php` (+138 -0) ➕ `src/Gateway/Builder/AbstractGatewayDefinitionBuilder.php` (+95 -0) ➕ `src/Gateway/Builder/AkbankPosDefinitionBuilder.php` (+36 -0) ➕ `src/Gateway/Builder/EstV3PosDefinitionBuilder.php` (+37 -0) _...and 12 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:41:54 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PosBundle#1
No description provided.