mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #68] [MERGED] Refactor hash related methods #192
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#192
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/68
Author: @nuryagdym
Created: 4/16/2022
Status: ✅ Merged
Merged: 4/16/2022
Merged by: @nuryagdym
Base:
master← Head:refactor-hash-realted-methods📝 Commits (3)
f0996earefactored hash methods to be more testablef6b516cexamples - removed unused redis session configsa1b3894examples - added valid test card for garanti📊 Changes
14 files changed (+371 additions, -155 deletions)
View changed files
📝
examples/_main_config.php(+1 -11)📝
examples/garanti/_payment_config.php(+4 -4)📝
src/Gateways/AbstractGateway.php(+1 -0)📝
src/Gateways/EstPos.php(+34 -11)📝
src/Gateways/GarantiPos.php(+56 -32)📝
src/Gateways/InterPos.php(+22 -17)📝
src/Gateways/KuveytPos.php(+13 -13)📝
src/Gateways/PayForPos.php(+38 -19)📝
src/Gateways/PosNet.php(+56 -30)📝
tests/Gateways/EstPostTest.php(+49 -4)📝
tests/Gateways/GarantiPosTest.php(+49 -0)📝
tests/Gateways/InterPosTest.php(+16 -3)📝
tests/Gateways/PayForTest.php(+7 -6)📝
tests/Gateways/PosNetTest.php(+25 -5)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.