[PR #221] [MERGED] Garanti pos history support #262

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/221
Author: @nuryagdym
Created: 6/3/2024
Status: Merged
Merged: 7/1/2024
Merged by: @nuryagdym

Base: masterHead: garanti-pos-history-support


📝 Commits (3)

  • 6f330de GarantiPosRequestDataMapper fix txtype for order history
  • e202b3e GarantiPos - implement history request
  • 87ac777 Merge branch 'master' into garanti-pos-history-support

📊 Changes

16 files changed (+1044 additions, -44 deletions)

View changed files

📝 README.md (+1 -1)
📝 docs/HISTORY-EXAMPLE.md (+10 -2)
📝 examples/_common-codes/regular/history.php (+11 -2)
examples/garanti/regular/history.php (+3 -0)
📝 src/DataMapper/RequestDataMapper/GarantiPosRequestDataMapper.php (+76 -14)
📝 src/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapper.php (+175 -2)
📝 src/Gateways/GarantiPos.php (+1 -10)
📝 tests/Functional/AkbankPosTest.php (+2 -2)
📝 tests/Functional/GarantiPosTest.php (+24 -0)
📝 tests/Functional/PayForPosTest.php (+1 -1)
📝 tests/Functional/PaymentTestTrait.php (+13 -6)
📝 tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php (+58 -0)
📝 tests/Unit/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapperTest.php (+244 -0)
📝 tests/Unit/Gateways/GarantiPosTest.php (+45 -4)
tests/Unit/test_data/garanti/history/daily_range_history_expected.json (+155 -0)
tests/Unit/test_data/garanti/history/date_range_history.json (+225 -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/221 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `garanti-pos-history-support` --- ### 📝 Commits (3) - [`6f330de`](https://github.com/mewebstudio/pos/commit/6f330de00a9be829f7c16c1337ce580a47a9723d) GarantiPosRequestDataMapper fix txtype for order history - [`e202b3e`](https://github.com/mewebstudio/pos/commit/e202b3e442291d0158e1b11eb9762f84d7257e84) GarantiPos - implement history request - [`87ac777`](https://github.com/mewebstudio/pos/commit/87ac7773b9a8c9fe29cba6b9d46c0e27fa0f4bc6) Merge branch 'master' into garanti-pos-history-support ### 📊 Changes **16 files changed** (+1044 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docs/HISTORY-EXAMPLE.md` (+10 -2) 📝 `examples/_common-codes/regular/history.php` (+11 -2) ➕ `examples/garanti/regular/history.php` (+3 -0) 📝 `src/DataMapper/RequestDataMapper/GarantiPosRequestDataMapper.php` (+76 -14) 📝 `src/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapper.php` (+175 -2) 📝 `src/Gateways/GarantiPos.php` (+1 -10) 📝 `tests/Functional/AkbankPosTest.php` (+2 -2) 📝 `tests/Functional/GarantiPosTest.php` (+24 -0) 📝 `tests/Functional/PayForPosTest.php` (+1 -1) 📝 `tests/Functional/PaymentTestTrait.php` (+13 -6) 📝 `tests/Unit/DataMapper/RequestDataMapper/GarantiPosRequestDataMapperTest.php` (+58 -0) 📝 `tests/Unit/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapperTest.php` (+244 -0) 📝 `tests/Unit/Gateways/GarantiPosTest.php` (+45 -4) ➕ `tests/Unit/test_data/garanti/history/daily_range_history_expected.json` (+155 -0) ➕ `tests/Unit/test_data/garanti/history/date_range_history.json` (+225 -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: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#262
No description provided.