[PR #296] [MERGED] issue #289 fix KuveytPos Soap request is failing #288

Closed
opened 2026-03-03 15:44:19 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: issue-289-fix-kuveytpos-soap-calls


📝 Commits (3)

  • 60f9953 issue #289 fix KuveytPos Soap request is failing
  • 338170e Update src/Serializer/KuveytPosSerializer.php
  • ae32440 issue #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.

## 📋 Pull Request Information **Original PR:** https://github.com/mewebstudio/pos/pull/296 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `issue-289-fix-kuveytpos-soap-calls` --- ### 📝 Commits (3) - [`60f9953`](https://github.com/mewebstudio/pos/commit/60f99531d1cfcc96bc537d0439b1afbcb84c9982) issue #289 fix KuveytPos Soap request is failing - [`338170e`](https://github.com/mewebstudio/pos/commit/338170e3a43b14b31699865b55e2b2c87d81b279) Update src/Serializer/KuveytPosSerializer.php - [`ae32440`](https://github.com/mewebstudio/pos/commit/ae3244050d06adaae80c0dcb8938cad4ac6ad6e0) issue #289 fix KuveytPos Soap request is failing ### 📊 Changes **17 files changed** (+1348 additions, -835 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:44:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#288
No description provided.