[PR #200] [MERGED] 191 akbank yeni api destegi #248

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/200
Author: @nuryagdym
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @nuryagdym

Base: masterHead: 191-akbank-yeni-api-destegi


📝 Commits (8)

  • 26a6f32 ToslaPosResponseDataMapperTest remove unused method
  • ec76f5c Merge branch '181-vakif-katilim-entegrasyonu' into 191-akbank-yeni-api-destegi
  • 60d0133 fix crypt generateRandomString is not creating string with max length 32
  • 0f495b7 issue #191 added Akbank Pos gateway integration
  • 5112431 tests - fixed broken functional EstV3PosTest
  • 4049a77 issue #191 added batch num to payment response for consistency
  • 91c17b2 Merge branch 'master' into 191-akbank-yeni-api-destegi
  • 5f807f2 fix tests after merge

📊 Changes

87 files changed (+7502 additions, -569 deletions)

View changed files

📝 README.md (+1 -0)
📝 config/pos_production.php (+9 -0)
📝 config/pos_test.php (+62 -53)
📝 docs/CANCEL-EXAMPLE.md (+26 -6)
📝 docs/ORDER-HISTORY-EXAMPLE.md (+9 -0)
📝 docs/REFUND-EXAMPLE.md (+11 -0)
📝 docs/THREED-PAYMENT-EXAMPLE.md (+1 -1)
📝 examples/_common-codes/3d-host/index.php (+1 -0)
📝 examples/_common-codes/3d/form.php (+1 -0)
📝 examples/_common-codes/regular/cancel.php (+28 -8)
📝 examples/_common-codes/regular/form.php (+1 -0)
📝 examples/_common-codes/regular/order_history.php (+10 -0)
📝 examples/_common-codes/regular/refund.php (+11 -0)
📝 examples/_main_config.php (+11 -3)
📝 examples/_templates/_header.php (+1 -0)
examples/akbankpos/3d-host/_config.php (+22 -0)
examples/akbankpos/3d-host/index.php (+3 -0)
examples/akbankpos/3d-host/response.php (+3 -0)
examples/akbankpos/3d-pay/_config.php (+22 -0)
examples/akbankpos/3d-pay/form.php (+3 -0)

...and 67 more files

📄 Description

  • AkbankPos entegrasyonu
  • payment response'lara batch_num verisi eklendi

🔄 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/200 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `191-akbank-yeni-api-destegi` --- ### 📝 Commits (8) - [`26a6f32`](https://github.com/mewebstudio/pos/commit/26a6f3203288a4a467ddd27dd114a65e7cf3b65c) ToslaPosResponseDataMapperTest remove unused method - [`ec76f5c`](https://github.com/mewebstudio/pos/commit/ec76f5cbe627e9ab979ac649e729bf2fffe387e7) Merge branch '181-vakif-katilim-entegrasyonu' into 191-akbank-yeni-api-destegi - [`60d0133`](https://github.com/mewebstudio/pos/commit/60d0133db7cfad2d53cc739a87228d52e2aa5655) fix crypt generateRandomString is not creating string with max length 32 - [`0f495b7`](https://github.com/mewebstudio/pos/commit/0f495b758481cee5d33d7151760f2190e0d7c1f7) issue #191 added Akbank Pos gateway integration - [`5112431`](https://github.com/mewebstudio/pos/commit/5112431a6933799a1fb1b7ab2dddefce6bd68fc4) tests - fixed broken functional EstV3PosTest - [`4049a77`](https://github.com/mewebstudio/pos/commit/4049a771e528c16fba538765689b8852fb1d794d) issue #191 added batch num to payment response for consistency - [`91c17b2`](https://github.com/mewebstudio/pos/commit/91c17b208a3bbb9d3fb7a129bada8210e460579a) Merge branch 'master' into 191-akbank-yeni-api-destegi - [`5f807f2`](https://github.com/mewebstudio/pos/commit/5f807f2f4c377278a0993fffb633d8420aa605e3) fix tests after merge ### 📊 Changes **87 files changed** (+7502 additions, -569 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `config/pos_production.php` (+9 -0) 📝 `config/pos_test.php` (+62 -53) 📝 `docs/CANCEL-EXAMPLE.md` (+26 -6) 📝 `docs/ORDER-HISTORY-EXAMPLE.md` (+9 -0) 📝 `docs/REFUND-EXAMPLE.md` (+11 -0) 📝 `docs/THREED-PAYMENT-EXAMPLE.md` (+1 -1) 📝 `examples/_common-codes/3d-host/index.php` (+1 -0) 📝 `examples/_common-codes/3d/form.php` (+1 -0) 📝 `examples/_common-codes/regular/cancel.php` (+28 -8) 📝 `examples/_common-codes/regular/form.php` (+1 -0) 📝 `examples/_common-codes/regular/order_history.php` (+10 -0) 📝 `examples/_common-codes/regular/refund.php` (+11 -0) 📝 `examples/_main_config.php` (+11 -3) 📝 `examples/_templates/_header.php` (+1 -0) ➕ `examples/akbankpos/3d-host/_config.php` (+22 -0) ➕ `examples/akbankpos/3d-host/index.php` (+3 -0) ➕ `examples/akbankpos/3d-host/response.php` (+3 -0) ➕ `examples/akbankpos/3d-pay/_config.php` (+22 -0) ➕ `examples/akbankpos/3d-pay/form.php` (+3 -0) _...and 67 more files_ </details> ### 📄 Description - AkbankPos entegrasyonu - payment response'lara **batch_num** verisi eklendi --- <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:09 +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#248
No description provided.