[PR #241] [MERGED] Response mapping refactorings #269

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/241
Author: @nuryagdym
Created: 10/12/2024
Status: Merged
Merged: 10/12/2024
Merged by: @nuryagdym

Base: masterHead: response-mapping-refactorings


📝 Commits (3)

  • 05b2817 vakifkatilim - improve order_status response mapping
  • 16f032d interpos - added a comment
  • 1055b66 tests - test coverage for factory classes

📊 Changes

14 files changed (+474 additions, -34 deletions)

View changed files

📝 src/DataMapper/ResponseDataMapper/InterPosResponseDataMapper.php (+8 -0)
📝 src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php (+1 -1)
📝 src/DataMapper/ResponseDataMapper/VakifKatilimPosResponseDataMapper.php (+17 -9)
📝 src/Factory/CryptFactory.php (+4 -4)
📝 src/Factory/RequestDataMapperFactory.php (+5 -5)
📝 src/Factory/ResponseDataMapperFactory.php (+6 -6)
📝 src/Factory/SerializerFactory.php (+3 -3)
📝 tests/Unit/DataMapper/ResponseDataMapper/VakifKatilimPosResponseDataMapperTest.php (+5 -5)
📝 tests/Unit/Factory/AccountFactoryTest.php (+1 -1)
tests/Unit/Factory/CryptFactoryTest.php (+47 -0)
tests/Unit/Factory/PosFactoryTest.php (+198 -0)
tests/Unit/Factory/RequestDataMapperFactoryTest.php (+65 -0)
tests/Unit/Factory/ResponseDataMapperFactoryTest.php (+64 -0)
tests/Unit/Factory/SerializerFactoryTest.php (+50 -0)

📄 Description

  • vakifkatilim - order_status mapping'i iyileştirildi.

🔄 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/pos/pull/241 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `response-mapping-refactorings` --- ### 📝 Commits (3) - [`05b2817`](https://github.com/mewebstudio/pos/commit/05b2817457bec30e83a4fed6737a54f9c3a0205a) vakifkatilim - improve order_status response mapping - [`16f032d`](https://github.com/mewebstudio/pos/commit/16f032d3c8ef8bd93b1a52c13d4e9171ce6d244a) interpos - added a comment - [`1055b66`](https://github.com/mewebstudio/pos/commit/1055b66f3209724e529fde7f81b9fd6a38eb3381) tests - test coverage for factory classes ### 📊 Changes **14 files changed** (+474 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/DataMapper/ResponseDataMapper/InterPosResponseDataMapper.php` (+8 -0) 📝 `src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php` (+1 -1) 📝 `src/DataMapper/ResponseDataMapper/VakifKatilimPosResponseDataMapper.php` (+17 -9) 📝 `src/Factory/CryptFactory.php` (+4 -4) 📝 `src/Factory/RequestDataMapperFactory.php` (+5 -5) 📝 `src/Factory/ResponseDataMapperFactory.php` (+6 -6) 📝 `src/Factory/SerializerFactory.php` (+3 -3) 📝 `tests/Unit/DataMapper/ResponseDataMapper/VakifKatilimPosResponseDataMapperTest.php` (+5 -5) 📝 `tests/Unit/Factory/AccountFactoryTest.php` (+1 -1) ➕ `tests/Unit/Factory/CryptFactoryTest.php` (+47 -0) ➕ `tests/Unit/Factory/PosFactoryTest.php` (+198 -0) ➕ `tests/Unit/Factory/RequestDataMapperFactoryTest.php` (+65 -0) ➕ `tests/Unit/Factory/ResponseDataMapperFactoryTest.php` (+64 -0) ➕ `tests/Unit/Factory/SerializerFactoryTest.php` (+50 -0) </details> ### 📄 Description - vakifkatilim - `order_status` mapping'i iyileştirildi. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:44:15 +03:00
Sign in to join this conversation.
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/pos#269
No description provided.