[PR #99] [MERGED] estpost/payten estpos netspay 3d hash algoritma değişmesi #208

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/99
Author: @nuryagdym
Created: 10/22/2022
Status: Merged
Merged: 10/22/2022
Merged by: @nuryagdym

Base: masterHead: 89-payten-estpos-netspay-3d-hash-algoritma-değişmesi


📝 Commits (3)

  • dc7aaf0 EstPos remove unimportant response mappings
  • 3bc9f86 EstPos fix undefined index on 3d host payment fail
  • 2ea2bcd EstPos added support for v3 hash support

📊 Changes

8 files changed (+469 additions, -20 deletions)

View changed files

📝 config/pos.php (+20 -0)
📝 src/DataMapper/EstPosRequestDataMapper.php (+12 -4)
src/DataMapper/EstV3PosRequestDataMapper.php (+45 -0)
📝 src/Factory/PosFactory.php (+4 -0)
📝 src/Gateways/EstPos.php (+13 -16)
src/Gateways/EstV3Pos.php (+41 -0)
tests/DataMapper/EstV3PosRequestDataMapperTest.php (+236 -0)
tests/Gateways/EstV3PosTest.php (+98 -0)

📄 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/99 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 10/22/2022 **Status:** ✅ Merged **Merged:** 10/22/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `89-payten-estpos-netspay-3d-hash-algoritma-değişmesi` --- ### 📝 Commits (3) - [`dc7aaf0`](https://github.com/mewebstudio/pos/commit/dc7aaf07004e20ff82746a006a4e669446eb7a7a) EstPos remove unimportant response mappings - [`3bc9f86`](https://github.com/mewebstudio/pos/commit/3bc9f86ce4c054b6d10c2fc2402681c4b5402b3c) EstPos fix undefined index on 3d host payment fail - [`2ea2bcd`](https://github.com/mewebstudio/pos/commit/2ea2bcd64b74db0580cca1a50f6b5c21b5dd1329) EstPos added support for v3 hash support ### 📊 Changes **8 files changed** (+469 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `config/pos.php` (+20 -0) 📝 `src/DataMapper/EstPosRequestDataMapper.php` (+12 -4) ➕ `src/DataMapper/EstV3PosRequestDataMapper.php` (+45 -0) 📝 `src/Factory/PosFactory.php` (+4 -0) 📝 `src/Gateways/EstPos.php` (+13 -16) ➕ `src/Gateways/EstV3Pos.php` (+41 -0) ➕ `tests/DataMapper/EstV3PosRequestDataMapperTest.php` (+236 -0) ➕ `tests/Gateways/EstV3PosTest.php` (+98 -0) </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:43:57 +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#208
No description provided.