[PR #5] [MERGED] Mews pos 1.7 destegi #5

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/5
Author: @nuryagdym
Created: 9/23/2025
Status: Merged
Merged: 10/4/2025
Merged by: @nuryagdym

Base: masterHead: mews-pos-1-7-destegi


📝 Commits (4)

  • 655ca82 installed monolog bundle as a dev dependency
  • 62a4410 mews/pos v1.7 support: added mbr_id config support
  • 7f22f8f tests: use KernelTestCase for integration tests
  • e49a8f4 mews/pos v1.7 support: defined gateway_configs configuration

📊 Changes

15 files changed (+156 additions, -33 deletions)

View changed files

📝 README.md (+10 -2)
📝 composer.json (+5 -1)
📝 docs/EXAMPLE_CONFIGURATIONS.md (+29 -2)
📝 phpunit.xml (+7 -2)
📝 src/DependencyInjection/Configuration.php (+15 -1)
📝 src/Gateway/AccountFactory.php (+2 -0)
📝 src/Gateway/Builder/AbstractGatewayDefinitionBuilder.php (+7 -0)
📝 src/Gateway/Builder/PayForPosDefinitionBuilder.php (+5 -0)
📝 src/Gateway/GatewayFactory.php (+10 -4)
📝 tests/Integration/GatewaysTest.php (+31 -13)
📝 tests/Kernel/Kernel.php (+3 -0)
📝 tests/config/framework.yaml (+1 -0)
📝 tests/config/mews_pos.yaml (+22 -8)
tests/config/packages/monolog.yaml (+6 -0)
📝 tests/config/services.yaml (+3 -0)

📄 Description

  • gateway_configs konfigurasiyonu eklendi.
  • credentials konfigurasiyonu icin mbr_id alani eklendi.

🔄 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/5 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 10/4/2025 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `mews-pos-1-7-destegi` --- ### 📝 Commits (4) - [`655ca82`](https://github.com/mewebstudio/PosBundle/commit/655ca826b3806e5faba79ba74cefc20a69856157) installed monolog bundle as a dev dependency - [`62a4410`](https://github.com/mewebstudio/PosBundle/commit/62a4410e8e0e638dd3ace5b821d172d0a7322cfc) mews/pos v1.7 support: added mbr_id config support - [`7f22f8f`](https://github.com/mewebstudio/PosBundle/commit/7f22f8f94a9cfedeaa62c865a14aa0e2da97b7e3) tests: use KernelTestCase for integration tests - [`e49a8f4`](https://github.com/mewebstudio/PosBundle/commit/e49a8f4ba8386d4f77320c963644c8a97050419f) mews/pos v1.7 support: defined gateway_configs configuration ### 📊 Changes **15 files changed** (+156 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -2) 📝 `composer.json` (+5 -1) 📝 `docs/EXAMPLE_CONFIGURATIONS.md` (+29 -2) 📝 `phpunit.xml` (+7 -2) 📝 `src/DependencyInjection/Configuration.php` (+15 -1) 📝 `src/Gateway/AccountFactory.php` (+2 -0) 📝 `src/Gateway/Builder/AbstractGatewayDefinitionBuilder.php` (+7 -0) 📝 `src/Gateway/Builder/PayForPosDefinitionBuilder.php` (+5 -0) 📝 `src/Gateway/GatewayFactory.php` (+10 -4) 📝 `tests/Integration/GatewaysTest.php` (+31 -13) 📝 `tests/Kernel/Kernel.php` (+3 -0) 📝 `tests/config/framework.yaml` (+1 -0) 📝 `tests/config/mews_pos.yaml` (+22 -8) ➕ `tests/config/packages/monolog.yaml` (+6 -0) 📝 `tests/config/services.yaml` (+3 -0) </details> ### 📄 Description - `gateway_configs` konfigurasiyonu eklendi. - `credentials` konfigurasiyonu icin `mbr_id` alani eklendi. --- <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#5
No description provided.