[PR #217] [MERGED] issue #204 kuveytturk partial refund support #259

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/217
Author: @nuryagdym
Created: 5/24/2024
Status: Merged
Merged: 5/24/2024
Merged by: @nuryagdym

Base: masterHead: 204-kuveytturk-partial-refund-support


📝 Commits (3)

📊 Changes

29 files changed (+317 additions, -243 deletions)

View changed files

📝 composer.json (+2 -2)
📝 docs/CHANGELOG.md (+13 -0)
📝 docs/REFUND-EXAMPLE.md (+17 -7)
📝 examples/_common-codes/regular/refund.php (+20 -7)
📝 src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php (+3 -0)
📝 src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php (+5 -3)
📝 src/Gateways/KuveytPos.php (+7 -6)
📝 tests/Functional/KuveytPosTest.php (+59 -13)
📝 tests/Functional/PaymentTestTrait.php (+7 -6)
📝 tests/Unit/DataMapper/RequestDataMapper/AkbankPosRequestDataMapperTest.php (+10 -16)
📝 tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php (+5 -8)
📝 tests/Unit/DataMapper/RequestDataMapper/EstV3PosRequestDataMapperTest.php (+5 -8)
📝 tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php (+5 -7)
📝 tests/Unit/DataMapper/RequestDataMapper/InterPosRequestDataMapperTest.php (+5 -7)
📝 tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php (+54 -4)
📝 tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php (+5 -7)
📝 tests/Unit/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapperTest.php (+5 -7)
📝 tests/Unit/Gateways/AkbankPosTest.php (+6 -9)
📝 tests/Unit/Gateways/EstPosTest.php (+6 -9)
📝 tests/Unit/Gateways/GarantiPosTest.php (+6 -9)

...and 9 more files

📄 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/217 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 5/24/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `204-kuveytturk-partial-refund-support` --- ### 📝 Commits (3) - [`b28558c`](https://github.com/mewebstudio/pos/commit/b28558c730d457b33d949c91460f9368df7cd105) issue #204 KuveytTurk partial refund support - [`15cd83c`](https://github.com/mewebstudio/pos/commit/15cd83c85343fb55bbfb49004d28b20079fa67a7) run rector - [`c6eb253`](https://github.com/mewebstudio/pos/commit/c6eb2535c33c3907e72bdf306f9af2469081a4ce) updated CHANGELOG.md ### 📊 Changes **29 files changed** (+317 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+2 -2) 📝 `docs/CHANGELOG.md` (+13 -0) 📝 `docs/REFUND-EXAMPLE.md` (+17 -7) 📝 `examples/_common-codes/regular/refund.php` (+20 -7) 📝 `src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php` (+3 -0) 📝 `src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php` (+5 -3) 📝 `src/Gateways/KuveytPos.php` (+7 -6) 📝 `tests/Functional/KuveytPosTest.php` (+59 -13) 📝 `tests/Functional/PaymentTestTrait.php` (+7 -6) 📝 `tests/Unit/DataMapper/RequestDataMapper/AkbankPosRequestDataMapperTest.php` (+10 -16) 📝 `tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php` (+5 -8) 📝 `tests/Unit/DataMapper/RequestDataMapper/EstV3PosRequestDataMapperTest.php` (+5 -8) 📝 `tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php` (+5 -7) 📝 `tests/Unit/DataMapper/RequestDataMapper/InterPosRequestDataMapperTest.php` (+5 -7) 📝 `tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php` (+54 -4) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayForPosRequestDataMapperTest.php` (+5 -7) 📝 `tests/Unit/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapperTest.php` (+5 -7) 📝 `tests/Unit/Gateways/AkbankPosTest.php` (+6 -9) 📝 `tests/Unit/Gateways/EstPosTest.php` (+6 -9) 📝 `tests/Unit/Gateways/GarantiPosTest.php` (+6 -9) _...and 9 more files_ </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:12 +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#259
No description provided.