[PR #276] [MERGED] issue #274 PayFor Ziraat Katilim destegi. #283

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/276
Author: @nuryagdym
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @nuryagdym

Base: masterHead: issue-274-ziraat-katilim-payfor-support


📝 Commits (1)

📊 Changes

14 files changed (+407 additions, -56 deletions)

View changed files

📝 README.md (+1 -1)
📝 docs/CHANGELOG.md (+14 -0)
📝 examples/finansbank-payfor/3d-host/_config.php (+3 -1)
📝 examples/finansbank-payfor/3d-pay/_config.php (+3 -1)
📝 examples/finansbank-payfor/3d/_config.php (+3 -1)
📝 examples/finansbank-payfor/regular/_config.php (+5 -1)
📝 src/DataMapper/RequestDataMapper/PayForPosRequestDataMapper.php (+26 -9)
📝 src/Entity/Account/PayForAccount.php (+47 -0)
📝 src/Factory/AccountFactory.php (+27 -9)
📝 tests/Functional/PayForPosTest.php (+4 -1)
📝 tests/Unit/Crypt/PayForPosCryptTest.php (+3 -1)
📝 tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php (+245 -30)
📝 tests/Unit/Factory/AccountFactoryTest.php (+23 -0)
📝 tests/Unit/Gateways/PayForTest.php (+3 -1)

📄 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/pos/pull/276 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `issue-274-ziraat-katilim-payfor-support` --- ### 📝 Commits (1) - [`d8437f7`](https://github.com/mewebstudio/pos/commit/d8437f785a63a783184c340316595dc4c6f45718) issue #274 PayFor Ziraat Katilim destegi. ### 📊 Changes **14 files changed** (+407 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docs/CHANGELOG.md` (+14 -0) 📝 `examples/finansbank-payfor/3d-host/_config.php` (+3 -1) 📝 `examples/finansbank-payfor/3d-pay/_config.php` (+3 -1) 📝 `examples/finansbank-payfor/3d/_config.php` (+3 -1) 📝 `examples/finansbank-payfor/regular/_config.php` (+5 -1) 📝 `src/DataMapper/RequestDataMapper/PayForPosRequestDataMapper.php` (+26 -9) 📝 `src/Entity/Account/PayForAccount.php` (+47 -0) 📝 `src/Factory/AccountFactory.php` (+27 -9) 📝 `tests/Functional/PayForPosTest.php` (+4 -1) 📝 `tests/Unit/Crypt/PayForPosCryptTest.php` (+3 -1) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php` (+245 -30) 📝 `tests/Unit/Factory/AccountFactoryTest.php` (+23 -0) 📝 `tests/Unit/Gateways/PayForTest.php` (+3 -1) </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:44:18 +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#283
No description provided.