mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #234] [MERGED] Working on test coverage #267
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#267
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/234
Author: @nuryagdym
Created: 9/7/2024
Status: ✅ Merged
Merged: 9/24/2024
Merged by: @nuryagdym
Base:
master← Head:working-on-test-coverage📝 Commits (10+)
d34ef10tests - cover event dispatch block7864a8etests - cover hashmismatchexception lines0f51ef3tests - cover getApiUrl method926eb7etests - cover get3DFormData70fbfb2tests - cover request data mapper recurring orders9df0a70tests - cover request data mapper not implemented methods5011dd4posnetv1 - fix undefined index when creating 3d host form data2b18be7tests - more coverage in request data mappers6fc9271updated .editorconfig422b511tests - cover not implemented methods📊 Changes
42 files changed (+1640 additions, -301 deletions)
View changed files
📝
.editorconfig(+6 -0)📝
composer.json(+3 -0)📝
src/Crypt/PosNetV1PosCrypt.php(+6 -4)📝
src/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapper.php(+2 -1)📝
src/DataMapper/ResponseDataMapper/PosNetResponseDataMapper.php(+2 -2)📝
src/DataMapper/ResponseDataMapper/PosNetV1PosResponseDataMapper.php(+2 -2)📝
src/Gateways/AbstractGateway.php(+14 -7)📝
src/Gateways/AkbankPos.php(+5 -2)📝
src/Gateways/EstPos.php(+2 -1)📝
src/Gateways/GarantiPos.php(+2 -1)📝
src/Gateways/InterPos.php(+2 -1)📝
src/Gateways/KuveytPos.php(+6 -3)📝
src/Gateways/PayFlexCPV4Pos.php(+4 -2)📝
src/Gateways/PayFlexV4Pos.php(+4 -2)📝
src/Gateways/PayForPos.php(+3 -7)📝
src/Gateways/PosNet.php(+6 -3)📝
src/Gateways/PosNetV1Pos.php(+4 -2)📝
src/Gateways/ToslaPos.php(+4 -2)📝
src/Gateways/VakifKatilimPos.php(+6 -3)📝
tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php(+91 -27)...and 22 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.