mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 01:45:55 +03:00
[PR #221] [MERGED] Garanti pos history support #262
Labels
No labels
PayFlexV4
TROY
akbankpos
bug
duplicate
enhancement
garanti
help wanted
isbank
kuveyt
payten
posnet
pull-request
vakifbank
ziraat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pos#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:garanti-pos-history-support📝 Commits (3)
6f330deGarantiPosRequestDataMapper fix txtype for order historye202b3eGarantiPos - implement history request87ac777Merge 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.