mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
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#288
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/296
Author: @nuryagdym
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @nuryagdym
Base:
master← Head:issue-289-fix-kuveytpos-soap-calls📝 Commits (3)
60f9953issue #289 fix KuveytPos Soap request is failing338170eUpdate src/Serializer/KuveytPosSerializer.phpae32440issue #289 fix KuveytPos Soap request is failing📊 Changes
17 files changed (+1348 additions, -835 deletions)
View changed files
📝
config/pos_production.php(+1 -1)📝
config/pos_test.php(+1 -1)📝
examples/kuveytpos/_payment_config.php(+2 -2)➖
examples/kuveytpos/regular/custom_query.php(+0 -13)📝
src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php(+6 -18)📝
src/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapper.php(+8 -7)📝
src/Gateways/AbstractGateway.php(+2 -0)📝
src/Gateways/KuveytPos.php(+33 -61)📝
src/Serializer/KuveytPosSerializer.php(+25 -11)➕
src/Serializer/XmlPrefixNormalizer.php(+74 -0)📝
tests/Functional/KuveytPosTest.php(+39 -36)➕
tests/TestUtil/TestUtilTrait.php(+24 -0)📝
tests/Unit/DataMapper/RequestDataMapper/KuveytPosRequestDataMapperTest.php(+173 -245)📝
tests/Unit/DataMapper/ResponseDataMapper/KuveytPosResponseDataMapperTest.php(+444 -412)📝
tests/Unit/Gateways/KuveytPosTest.php(+293 -2)📝
tests/Unit/Serializer/KuveytPosSerializerTest.php(+144 -26)➕
tests/Unit/Serializer/XmlPrefixNormalizerTest.php(+79 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.