[PR #240] [MERGED] 239 ziraat estpos mderrormsg bulunmadi #271

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/240
Author: @nuryagdym
Created: 10/12/2024
Status: Merged
Merged: 10/12/2024
Merged by: @nuryagdym

Base: masterHead: 239-ziraat-estpos-mderrormsg-bulunmadi


📝 Commits (7)

  • 3447458 estpos - fix issue #239 undefined index mdErrorMsg
  • af31676 estpos - fix issue #237 amount must be of type string null given
  • 391db45 updated .editorconfig
  • bb16c75 tests - working on test coverage
  • 42ef350 minor changes
  • cc8d3f8 KuveytPos - remove unsupported currencies
  • 42955c4 interpos - remove ref_ret_num mapping as it is always equal to "hostid"

📊 Changes

10 files changed (+100 additions, -48 deletions)

View changed files

📝 .editorconfig (+1 -0)
📝 src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php (+0 -3)
📝 src/DataMapper/ResponseDataMapper/AbstractResponseDataMapper.php (+3 -3)
📝 src/DataMapper/ResponseDataMapper/EstPosResponseDataMapper.php (+11 -2)
📝 src/DataMapper/ResponseDataMapper/InterPosResponseDataMapper.php (+2 -6)
📝 src/Serializer/EstPosSerializer.php (+1 -2)
📝 src/Serializer/InterPosSerializer.php (+2 -4)
📝 tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php (+0 -12)
📝 tests/Unit/DataMapper/ResponseDataMapper/EstPosResponseDataMapperTest.php (+65 -1)
📝 tests/Unit/DataMapper/ResponseDataMapper/InterPosResponseDataMapperTest.php (+15 -15)

📄 Description

  • fixes issue #239 and #237
  • kuveytpos - remove unsupported currencies
  • interpos - remove ref_ret_num mapping as it is always equal to "hostid"

🔄 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/240 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `239-ziraat-estpos-mderrormsg-bulunmadi` --- ### 📝 Commits (7) - [`3447458`](https://github.com/mewebstudio/pos/commit/34474587d0da5d94b483f1260ab94f2081a1da1d) estpos - fix issue #239 undefined index mdErrorMsg - [`af31676`](https://github.com/mewebstudio/pos/commit/af3167648d38cc95b8726874ff64f2e4b2fb82db) estpos - fix issue #237 amount must be of type string null given - [`391db45`](https://github.com/mewebstudio/pos/commit/391db45124282129dd4f1064fed1c0605bf74ce8) updated .editorconfig - [`bb16c75`](https://github.com/mewebstudio/pos/commit/bb16c758d3b2391a444a7b677f7817097e770340) tests - working on test coverage - [`42ef350`](https://github.com/mewebstudio/pos/commit/42ef35037fafc4cbb3583f58986569549e10a223) minor changes - [`cc8d3f8`](https://github.com/mewebstudio/pos/commit/cc8d3f81b206c0b8e0a6aade1467c2704e3eb65c) KuveytPos - remove unsupported currencies - [`42955c4`](https://github.com/mewebstudio/pos/commit/42955c4e54c0077891979d2189504ccd1167c6a7) interpos - remove ref_ret_num mapping as it is always equal to "hostid" ### 📊 Changes **10 files changed** (+100 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+1 -0) 📝 `src/DataMapper/RequestDataMapper/KuveytPosRequestDataMapper.php` (+0 -3) 📝 `src/DataMapper/ResponseDataMapper/AbstractResponseDataMapper.php` (+3 -3) 📝 `src/DataMapper/ResponseDataMapper/EstPosResponseDataMapper.php` (+11 -2) 📝 `src/DataMapper/ResponseDataMapper/InterPosResponseDataMapper.php` (+2 -6) 📝 `src/Serializer/EstPosSerializer.php` (+1 -2) 📝 `src/Serializer/InterPosSerializer.php` (+2 -4) 📝 `tests/Unit/DataMapper/RequestDataMapper/EstPosRequestDataMapperTest.php` (+0 -12) 📝 `tests/Unit/DataMapper/ResponseDataMapper/EstPosResponseDataMapperTest.php` (+65 -1) 📝 `tests/Unit/DataMapper/ResponseDataMapper/InterPosResponseDataMapperTest.php` (+15 -15) </details> ### 📄 Description - fixes issue #239 and #237 - kuveytpos - remove unsupported currencies - interpos - remove ref_ret_num mapping as it is always equal to "hostid" --- <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:15 +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#271
No description provided.