[PR #201] [MERGED] Kuveytpos non secure payment integration #249

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/201
Author: @nuryagdym
Created: 4/25/2024
Status: Merged
Merged: 4/26/2024
Merged by: @nuryagdym

Base: masterHead: kuveytpos-non-secure-payment-integration


📝 Commits (4)

  • df47a70 kuveytpos - working on test coverage
  • 6968056 kuveytpos - working on test coverage
  • 8a14553 Kuveyt Pos added support for non secure payment
  • 2e5a288 kuveyt pos improve status response mapping

📊 Changes

17 files changed (+907 additions, -116 deletions)

View changed files

📝 README.md (+1 -1)
📝 config/pos_production.php (+1 -1)
📝 config/pos_test.php (+1 -1)
📝 docs/PRE-AUTH-POST-EXAMPLE.md (+1 -1)
📝 docs/THREED-PAYMENT-EXAMPLE.md (+1 -1)
📝 examples/kuveytpos/regular/_config.php (+3 -3)
📝 src/Crypt/KuveytPosCrypt.php (+2 -1)
📝 src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php (+27 -4)
📝 src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php (+15 -5)
📝 src/Gateways/KuveytPos.php (+58 -19)
📝 src/Gateways/VakifKatilimPos.php (+0 -5)
📝 tests/Functional/KuveytPosTest.php (+116 -0)
📝 tests/Unit/Crypt/KuveytPosCryptTest.php (+19 -1)
📝 tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php (+192 -28)
📝 tests/Unit/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapperTest.php (+331 -2)
📝 tests/Unit/Gateways/KuveytPosTest.php (+139 -36)
📝 tests/Unit/Gateways/VakifKatilimTest.php (+0 -7)

📄 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/201 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/26/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `kuveytpos-non-secure-payment-integration` --- ### 📝 Commits (4) - [`df47a70`](https://github.com/mewebstudio/pos/commit/df47a703c54ea3c7a64d3468a3169dd30607d948) kuveytpos - working on test coverage - [`6968056`](https://github.com/mewebstudio/pos/commit/69680564137457572197568866a1cd3cfdbb9bca) kuveytpos - working on test coverage - [`8a14553`](https://github.com/mewebstudio/pos/commit/8a14553493795152a6e8df6fd5ab24a577508e9e) Kuveyt Pos added support for non secure payment - [`2e5a288`](https://github.com/mewebstudio/pos/commit/2e5a2886ff7d7b11ff971c12b1b6ee4506af85ca) kuveyt pos improve status response mapping ### 📊 Changes **17 files changed** (+907 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `config/pos_production.php` (+1 -1) 📝 `config/pos_test.php` (+1 -1) 📝 `docs/PRE-AUTH-POST-EXAMPLE.md` (+1 -1) 📝 `docs/THREED-PAYMENT-EXAMPLE.md` (+1 -1) 📝 `examples/kuveytpos/regular/_config.php` (+3 -3) 📝 `src/Crypt/KuveytPosCrypt.php` (+2 -1) 📝 `src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php` (+27 -4) 📝 `src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php` (+15 -5) 📝 `src/Gateways/KuveytPos.php` (+58 -19) 📝 `src/Gateways/VakifKatilimPos.php` (+0 -5) 📝 `tests/Functional/KuveytPosTest.php` (+116 -0) 📝 `tests/Unit/Crypt/KuveytPosCryptTest.php` (+19 -1) 📝 `tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php` (+192 -28) 📝 `tests/Unit/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapperTest.php` (+331 -2) 📝 `tests/Unit/Gateways/KuveytPosTest.php` (+139 -36) 📝 `tests/Unit/Gateways/VakifKatilimTest.php` (+0 -7) </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:09 +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#249
No description provided.