mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 01:45:55 +03:00
[PR #69] [MERGED] Fixes and improvements in EstPos and PosNet #193
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#193
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/69
Author: @nuryagdym
Created: 4/18/2022
Status: ✅ Merged
Merged: 4/18/2022
Merged by: @nuryagdym
Base:
master← Head:posnet-refactor-oostransaction-method📝 Commits (10+)
e49ca81refactored PosNet::getOosTransactionData() to be more testablec5e2f28examples - added valid EstPos credentialse1d6d0cEstPos::map3DPaymentData() fix order_id is null upon authorization failde90a00examples - updated est pos credentials with valid ones6eff75bEstPos - fix errors when mapping 3D Host responsebe7ffefEstPos - fix undefined index in 3d and 3d_pay response mapping, and refactoring, added more testsbc7bf5aEstPos - fix refund request errorb87233aEstPos - refactor and test cancel/refund/history/statusb0b2985examples - fix ykb uri1e4e6earemove accidentally committed changes📊 Changes
12 files changed (+1196 additions, -205 deletions)
View changed files
📝
examples/akbank/3d-host/_config.php(+5 -4)📝
examples/akbank/3d-pay/_config.php(+5 -4)📝
examples/akbank/3d/_config.php(+4 -4)📝
examples/akbank/regular/_config.php(+3 -3)📝
examples/akbank/regular/refund.php(+1 -0)📝
examples/ykb/regular/_config.php(+1 -1)📝
src/Factory/PosFactory.php(+1 -1)📝
src/Gateways/EstPos.php(+196 -78)📝
src/Gateways/PosNet.php(+31 -18)📝
tests/Gateways/EstPostTest.php(+904 -83)📝
tests/Gateways/PosNetTest.php(+37 -1)📝
tests/Gateways/VakifBankPosTest.php(+8 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.