[PR #28] [MERGED] Vakifbank VPOS eklendi #172

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/28
Author: @nuryagdym
Created: 5/17/2021
Status: Merged
Merged: 6/1/2021
Merged by: @mewebstudio

Base: masterHead: master


📝 Commits (8)

  • cb89e4c Vakif Bank VPOS integration initial commit
  • eb11684 PayForPos remove getDefaultPaymentResponse method
  • 5b79fae added some notes and small code refactoring
  • 2128dec update code style of examples directory according to CodeSniffer rules
  • 5503524 Vakifbank added post auth example
  • 2b7432a closes #24 EstPos ve VakifBankPos tekrarlanan odeme destegi eklendi
  • 88d1f3a PosNet renamed formatAmount to amountFormat for integrity
  • 4dc3b3b set return type of amountFormat method

📊 Changes

86 files changed (+4326 additions, -2268 deletions)

View changed files

📝 README.md (+2 -1)
📝 config/pos.php (+13 -1)
📝 examples/akbank/3d-pay/form.php (+37 -32)
📝 examples/akbank/3d-pay/index.php (+47 -46)
📝 examples/akbank/3d-pay/response.php (+91 -88)
📝 examples/akbank/3d/form.php (+43 -32)
📝 examples/akbank/3d/index.php (+48 -45)
📝 examples/akbank/3d/response.php (+91 -88)
📝 examples/akbank/regular/cancel.php (+19 -17)
📝 examples/akbank/regular/direct.php (+6 -3)
📝 examples/akbank/regular/history.php (+17 -17)
📝 examples/akbank/regular/index.php (+38 -37)
📝 examples/akbank/regular/post.php (+34 -28)
📝 examples/akbank/regular/refund.php (+20 -18)
📝 examples/akbank/regular/response.php (+88 -84)
📝 examples/akbank/regular/status.php (+19 -17)
📝 examples/finansbank-payfor/3d-host/index.php (+23 -23)
📝 examples/finansbank-payfor/3d-host/response.php (+90 -87)
📝 examples/finansbank-payfor/3d-pay/payment-form.php (+44 -38)
📝 examples/finansbank-payfor/3d-pay/response.php (+95 -92)

...and 66 more files

📄 Description

  1. Vakifbank VPOS eklendi
  2. examples klasorundeki kodlar CodeSniffer kurallara uyacak sekilde guncellendi
  3. Vakifbank ve EstPos'a tekrarlayan odeme destegi 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/28 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/17/2021 **Status:** ✅ Merged **Merged:** 6/1/2021 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`cb89e4c`](https://github.com/mewebstudio/pos/commit/cb89e4c35998aa2ae2ab4e63c0d1712f903ca283) Vakif Bank VPOS integration initial commit - [`eb11684`](https://github.com/mewebstudio/pos/commit/eb11684e936c6c1a5cdc3be05378227cfcedd358) PayForPos remove getDefaultPaymentResponse method - [`5b79fae`](https://github.com/mewebstudio/pos/commit/5b79fae2b19960a7dbf7eeb7af9809edf33a6fe3) added some notes and small code refactoring - [`2128dec`](https://github.com/mewebstudio/pos/commit/2128dec1abef54c90ecf97ce70d4393098e10888) update code style of `examples` directory according to CodeSniffer rules - [`5503524`](https://github.com/mewebstudio/pos/commit/5503524943d76f1a48510f9c7c26808a0bbb096c) Vakifbank added post auth example - [`2b7432a`](https://github.com/mewebstudio/pos/commit/2b7432a887814677c6e9f02a9290955b1caaadf1) closes #24 EstPos ve VakifBankPos tekrarlanan odeme destegi eklendi - [`88d1f3a`](https://github.com/mewebstudio/pos/commit/88d1f3aa17ce89211d95efc607d46d6453d366ee) PosNet renamed formatAmount to amountFormat for integrity - [`4dc3b3b`](https://github.com/mewebstudio/pos/commit/4dc3b3b64774d97a71722bc89ebbfddefe6ada75) set return type of amountFormat method ### 📊 Changes **86 files changed** (+4326 additions, -2268 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `config/pos.php` (+13 -1) 📝 `examples/akbank/3d-pay/form.php` (+37 -32) 📝 `examples/akbank/3d-pay/index.php` (+47 -46) 📝 `examples/akbank/3d-pay/response.php` (+91 -88) 📝 `examples/akbank/3d/form.php` (+43 -32) 📝 `examples/akbank/3d/index.php` (+48 -45) 📝 `examples/akbank/3d/response.php` (+91 -88) 📝 `examples/akbank/regular/cancel.php` (+19 -17) 📝 `examples/akbank/regular/direct.php` (+6 -3) 📝 `examples/akbank/regular/history.php` (+17 -17) 📝 `examples/akbank/regular/index.php` (+38 -37) 📝 `examples/akbank/regular/post.php` (+34 -28) 📝 `examples/akbank/regular/refund.php` (+20 -18) 📝 `examples/akbank/regular/response.php` (+88 -84) 📝 `examples/akbank/regular/status.php` (+19 -17) 📝 `examples/finansbank-payfor/3d-host/index.php` (+23 -23) 📝 `examples/finansbank-payfor/3d-host/response.php` (+90 -87) 📝 `examples/finansbank-payfor/3d-pay/payment-form.php` (+44 -38) 📝 `examples/finansbank-payfor/3d-pay/response.php` (+95 -92) _...and 66 more files_ </details> ### 📄 Description 1. Vakifbank VPOS eklendi 2. `examples` klasorundeki kodlar CodeSniffer kurallara uyacak sekilde guncellendi 3. Vakifbank ve EstPos'a tekrarlayan odeme destegi 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:43:46 +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#172
No description provided.