[PR #67] [MERGED] kuveyt pos integration - initial commit #191

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/67
Author: @nuryagdym
Created: 4/15/2022
Status: Merged
Merged: 4/15/2022
Merged by: @nuryagdym

Base: masterHead: kuveytpos-integration


📝 Commits (1)

  • 689b206 kuveyt pos integration - initial commit

📊 Changes

17 files changed (+1651 additions, -23 deletions)

View changed files

📝 README.md (+2 -0)
📝 composer.json (+1 -1)
📝 config/pos.php (+20 -21)
examples/kuveytpos/3d/_config.php (+20 -0)
examples/kuveytpos/3d/form.php (+36 -0)
examples/kuveytpos/3d/index.php (+10 -0)
examples/kuveytpos/3d/response.php (+4 -0)
examples/kuveytpos/_payment_config.php (+71 -0)
examples/kuveytpos/index.php (+6 -0)
📝 examples/template/_header.php (+1 -0)
src/Entity/Account/KuveytPosAccount.php (+56 -0)
src/Entity/Card/CreditCardKuveytPos.php (+42 -0)
📝 src/Factory/AccountFactory.php (+19 -0)
📝 src/Gateways/AbstractGateway.php (+47 -1)
src/Gateways/KuveytPos.php (+771 -0)
tests/Entity/Card/CreditCardKuveytPosTest.php (+22 -0)
tests/Gateways/KuveytPosTest.php (+523 -0)

📄 Description

  • kuveyt post 3d odeme destegi eklendi.
  • config/pos.php'den geçersiz PayFlex arayarları silindi.

🔄 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/67 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/15/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `kuveytpos-integration` --- ### 📝 Commits (1) - [`689b206`](https://github.com/mewebstudio/pos/commit/689b2068502b661451a4aaea3d5e35dfadf3aa52) kuveyt pos integration - initial commit ### 📊 Changes **17 files changed** (+1651 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `composer.json` (+1 -1) 📝 `config/pos.php` (+20 -21) ➕ `examples/kuveytpos/3d/_config.php` (+20 -0) ➕ `examples/kuveytpos/3d/form.php` (+36 -0) ➕ `examples/kuveytpos/3d/index.php` (+10 -0) ➕ `examples/kuveytpos/3d/response.php` (+4 -0) ➕ `examples/kuveytpos/_payment_config.php` (+71 -0) ➕ `examples/kuveytpos/index.php` (+6 -0) 📝 `examples/template/_header.php` (+1 -0) ➕ `src/Entity/Account/KuveytPosAccount.php` (+56 -0) ➕ `src/Entity/Card/CreditCardKuveytPos.php` (+42 -0) 📝 `src/Factory/AccountFactory.php` (+19 -0) 📝 `src/Gateways/AbstractGateway.php` (+47 -1) ➕ `src/Gateways/KuveytPos.php` (+771 -0) ➕ `tests/Entity/Card/CreditCardKuveytPosTest.php` (+22 -0) ➕ `tests/Gateways/KuveytPosTest.php` (+523 -0) </details> ### 📄 Description - kuveyt post 3d odeme destegi eklendi. - `config/pos.php`'den geçersiz **PayFlex** arayarları silindi. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:43:52 +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#191
No description provided.