[PR #251] [MERGED] issue #250 support for custom queries #273

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/251
Author: @nuryagdym
Created: 11/4/2024
Status: Merged
Merged: 11/10/2024
Merged by: @nuryagdym

Base: masterHead: custom-query-support


📝 Commits (1)

📊 Changes

79 files changed (+2574 additions, -71 deletions)

View changed files

📝 README.md (+47 -26)
📝 docs/CHANGELOG.md (+11 -0)
docs/CUSTOM-QUERY-EXAMPLE.md (+85 -0)
examples/_common-codes/regular/custom_query.php (+53 -0)
📝 examples/_templates/_header.php (+6 -1)
examples/akbankpos/regular/custom_query.php (+27 -0)
examples/finansbank-payfor/regular/custom_query.php (+17 -0)
examples/garanti/regular/custom_query.php (+30 -0)
examples/interpos/regular/custom_query.php (+13 -0)
examples/kuveytpos/regular/custom_query.php (+13 -0)
examples/payflex-cp-v4/regular/custom_query.php (+14 -0)
examples/payflex-mpi-v4/regular/custom_query.php (+14 -0)
examples/payten/regular/custom_query.php (+18 -0)
examples/posnet-v1/regular/custom_query.php (+29 -0)
examples/posnet-ykb/regular/custom_query.php (+20 -0)
examples/tosla/regular/custom_query.php (+13 -0)
examples/vakif-katilim/regular/custom_query.php (+39 -0)
📝 src/Crypt/GarantiPosCrypt.php (+1 -1)
📝 src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php (+16 -0)
📝 src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php (+10 -0)

...and 59 more files

📄 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/251 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `custom-query-support` --- ### 📝 Commits (1) - [`f136422`](https://github.com/mewebstudio/pos/commit/f136422335283ca7215d9f162ea91e8d10a09893) issue #250 support for custom queries ### 📊 Changes **79 files changed** (+2574 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+47 -26) 📝 `docs/CHANGELOG.md` (+11 -0) ➕ `docs/CUSTOM-QUERY-EXAMPLE.md` (+85 -0) ➕ `examples/_common-codes/regular/custom_query.php` (+53 -0) 📝 `examples/_templates/_header.php` (+6 -1) ➕ `examples/akbankpos/regular/custom_query.php` (+27 -0) ➕ `examples/finansbank-payfor/regular/custom_query.php` (+17 -0) ➕ `examples/garanti/regular/custom_query.php` (+30 -0) ➕ `examples/interpos/regular/custom_query.php` (+13 -0) ➕ `examples/kuveytpos/regular/custom_query.php` (+13 -0) ➕ `examples/payflex-cp-v4/regular/custom_query.php` (+14 -0) ➕ `examples/payflex-mpi-v4/regular/custom_query.php` (+14 -0) ➕ `examples/payten/regular/custom_query.php` (+18 -0) ➕ `examples/posnet-v1/regular/custom_query.php` (+29 -0) ➕ `examples/posnet-ykb/regular/custom_query.php` (+20 -0) ➕ `examples/tosla/regular/custom_query.php` (+13 -0) ➕ `examples/vakif-katilim/regular/custom_query.php` (+39 -0) 📝 `src/Crypt/GarantiPosCrypt.php` (+1 -1) 📝 `src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php` (+16 -0) 📝 `src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php` (+10 -0) _...and 59 more files_ </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: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#273
No description provided.