[PR #137] [MERGED] Vakifbank status request destegi #227

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/137
Author: @nuryagdym
Created: 5/27/2023
Status: Merged
Merged: 6/24/2023
Merged by: @nuryagdym

Base: masterHead: vakifbank-status-destegi


📝 Commits (10+)

  • d1574b1 VakifBankPos - add support for status request
  • a63e18f rename VakifBankPos to PayFlexV4Pos and deprecate VakifBankPos
  • 019f9e6 pos.php update EstPos to EstV3Pos
  • 8bac39d pos.php added sekerbank configs
  • 5d41088 updated README.md
  • 64c9810 run rector
  • d88617f PayFlexV4PosResponseDataMapper fix order_status and currency mapping
  • 7f460ca pos.php fix configs
  • 24b5e00 rename examples/vakifbank/ to examples/payflex-mpi-v4
  • b1b0322 rename VakifBankCPPos to PayFlexCPV4Pos

📊 Changes

104 files changed (+6174 additions, -2524 deletions)

View changed files

📝 README.md (+103 -23)
📝 config/pos.php (+65 -31)
📝 examples/_common-codes/3d/form.php (+108 -3)
📝 examples/_templates/_credit_card_form.php (+5 -0)
📝 examples/_templates/_footer.php (+0 -11)
📝 examples/_templates/_header.php (+6 -3)
📝 examples/_templates/_payment_response.php (+13 -2)
examples/_templates/_redirect_iframe_or_popup_window_form.php (+24 -0)
📝 examples/akbank/index.php (+1 -1)
📝 examples/payflex-cp-v4/3d-host/_config.php (+1 -1)
📝 examples/payflex-cp-v4/3d-host/index.php (+0 -0)
📝 examples/payflex-cp-v4/3d-host/response.php (+0 -0)
📝 examples/payflex-cp-v4/3d-pay/_config.php (+1 -1)
📝 examples/payflex-cp-v4/3d-pay/form.php (+0 -0)
📝 examples/payflex-cp-v4/3d-pay/index.php (+0 -0)
📝 examples/payflex-cp-v4/3d-pay/response.php (+0 -0)
📝 examples/payflex-cp-v4/_payment_config.php (+2 -2)
examples/payflex-cp-v4/index.php (+6 -0)
📝 examples/payflex-cp-v4/regular/_config.php (+1 -1)
📝 examples/payflex-cp-v4/regular/cancel.php (+0 -0)

...and 80 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/137 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/27/2023 **Status:** ✅ Merged **Merged:** 6/24/2023 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `vakifbank-status-destegi` --- ### 📝 Commits (10+) - [`d1574b1`](https://github.com/mewebstudio/pos/commit/d1574b1a78696d378dd2843daa18913794ea0b7d) VakifBankPos - add support for status request - [`a63e18f`](https://github.com/mewebstudio/pos/commit/a63e18f2aa41e33f30a5be0b8395720f57f8f75d) rename VakifBankPos to PayFlexV4Pos and deprecate VakifBankPos - [`019f9e6`](https://github.com/mewebstudio/pos/commit/019f9e631ac77f8b1603b6bac51c596b8df27acb) pos.php update EstPos to EstV3Pos - [`8bac39d`](https://github.com/mewebstudio/pos/commit/8bac39dbe8a605c565a2108a444ca5c07434006c) pos.php added sekerbank configs - [`5d41088`](https://github.com/mewebstudio/pos/commit/5d41088bc79d6198d8f7b767765eab38766ab80e) updated README.md - [`64c9810`](https://github.com/mewebstudio/pos/commit/64c9810d1c026e3f4af27bb54b5d555ce0972a98) run rector - [`d88617f`](https://github.com/mewebstudio/pos/commit/d88617fd748d46f6f9639c9c0e438a23c0d2acf4) PayFlexV4PosResponseDataMapper fix order_status and currency mapping - [`7f460ca`](https://github.com/mewebstudio/pos/commit/7f460cacd42aa4a9fd168949ce2b0d355ba12f93) pos.php fix configs - [`24b5e00`](https://github.com/mewebstudio/pos/commit/24b5e006f5f8f6c867fc5605856b8907a6225f2d) rename examples/vakifbank/ to examples/payflex-mpi-v4 - [`b1b0322`](https://github.com/mewebstudio/pos/commit/b1b03228c2c51d3e7f557c4b88bd17172172cc8f) rename VakifBankCPPos to PayFlexCPV4Pos ### 📊 Changes **104 files changed** (+6174 additions, -2524 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+103 -23) 📝 `config/pos.php` (+65 -31) 📝 `examples/_common-codes/3d/form.php` (+108 -3) 📝 `examples/_templates/_credit_card_form.php` (+5 -0) 📝 `examples/_templates/_footer.php` (+0 -11) 📝 `examples/_templates/_header.php` (+6 -3) 📝 `examples/_templates/_payment_response.php` (+13 -2) ➕ `examples/_templates/_redirect_iframe_or_popup_window_form.php` (+24 -0) 📝 `examples/akbank/index.php` (+1 -1) 📝 `examples/payflex-cp-v4/3d-host/_config.php` (+1 -1) 📝 `examples/payflex-cp-v4/3d-host/index.php` (+0 -0) 📝 `examples/payflex-cp-v4/3d-host/response.php` (+0 -0) 📝 `examples/payflex-cp-v4/3d-pay/_config.php` (+1 -1) 📝 `examples/payflex-cp-v4/3d-pay/form.php` (+0 -0) 📝 `examples/payflex-cp-v4/3d-pay/index.php` (+0 -0) 📝 `examples/payflex-cp-v4/3d-pay/response.php` (+0 -0) 📝 `examples/payflex-cp-v4/_payment_config.php` (+2 -2) ➕ `examples/payflex-cp-v4/index.php` (+6 -0) 📝 `examples/payflex-cp-v4/regular/_config.php` (+1 -1) 📝 `examples/payflex-cp-v4/regular/cancel.php` (+0 -0) _...and 80 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:03 +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#227
No description provided.