mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #231] [MERGED] fix payflexv4pos issues #265
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#265
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/231
Author: @nuryagdym
Created: 8/12/2024
Status: ✅ Merged
Merged: 8/17/2024
Merged by: @nuryagdym
Base:
master← Head:229-payflex-issues📝 Commits (8)
2cd6f90fix issue #229 payflexv4pos status request undefined index CurrencyAmountbd10da2fix issue #230 payflexv4pos payment hostdate format errorc90143ffix issue #230 payflexv4pos host date format errord936c4etests - more test coverageb333850payflexv4pos - throw exception for unimplemented methodsff4a3c6payflexv4pos - fix order status request with transaction_idd2cfa26test - more coveraged740c95styling - run rector📊 Changes
16 files changed (+587 additions, -341 deletions)
View changed files
📝
config/pos_production.php(+1 -1)📝
src/Crypt/PayFlexCPV4Crypt.php(+1 -1)📝
src/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapper.php(+2 -1)📝
src/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapper.php(+5 -0)📝
src/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapper.php(+9 -4)📝
src/Gateways/AbstractGateway.php(+1 -0)📝
tests/Unit/Crypt/AkbankPosCryptTest.php(+1 -0)📝
tests/Unit/Crypt/InterPosCryptTest.php(+22 -0)📝
tests/Unit/Crypt/PayFlexCP4CryptTest.php(+17 -2)📝
tests/Unit/Crypt/PosNetV1PosCryptTest.php(+12 -0)📝
tests/Unit/DataMapper/RequestDataMapper/InterPosRequestDataMapperTest.php(+166 -167)📝
tests/Unit/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapperTest.php(+173 -101)📝
tests/Unit/DataMapper/ResponseDataMapper/GarantiPosResponseDataMapperTest.php(+2 -0)📝
tests/Unit/DataMapper/ResponseDataMapper/InterPosResponseDataMapperTest.php(+83 -56)📝
tests/Unit/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapperTest.php(+77 -0)📝
tests/Unit/DataMapper/ResponseDataMapper/VakifKatilimPosResponseDataMapperTest.php(+15 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.