[PR #15] [MERGED] Finansbank PayFor Integration and some code refactoring #164

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/15
Author: @nuryagdym
Created: 11/8/2020
Status: Merged
Merged: 11/10/2020
Merged by: @mewebstudio

Base: masterHead: master


📝 Commits (10+)

  • 4b68458 set up codeSniffer
  • 307cfd2 add Tests namespace to composer.json to comply with PSR-4
  • 9327243 created card object for each payment gate
  • 5a73250 installed symfony/var-dumper for better debugging
  • 3a31864 fix problem caused by commit 4831b0f
  • e01c7f3 integrate Docker for easy development and update example URLs accordingly
  • c95975b change response property to protected
  • 6fc397d change var_dump and print_r functions to dump()
  • e43ea29 move common configuration to single file and small touches
  • 7866d2b fix autoload.php not found

📊 Changes

92 files changed (+5384 additions, -892 deletions)

View changed files

.docker/Dockerfile-web (+24 -0)
.docker/php-xdebug.ini (+1934 -0)
.docker/virtualhost.conf (+16 -0)
📝 .gitignore (+1 -0)
📝 README.md (+19 -14)
📝 composer.json (+9 -1)
📝 config/pos.php (+16 -0)
docker-compose.yml (+18 -0)
examples/_main_config.php (+9 -0)
📝 examples/akbank/3d-pay/_config.php (+7 -9)
📝 examples/akbank/3d-pay/form.php (+15 -15)
📝 examples/akbank/3d-pay/index.php (+1 -1)
📝 examples/akbank/3d-pay/response.php (+6 -8)
📝 examples/akbank/3d/_config.php (+7 -9)
📝 examples/akbank/3d/form.php (+15 -15)
📝 examples/akbank/3d/index.php (+1 -1)
📝 examples/akbank/3d/response.php (+6 -8)
📝 examples/akbank/regular/_config.php (+8 -8)
📝 examples/akbank/regular/cancel.php (+3 -4)
📝 examples/akbank/regular/direct.php (+5 -10)

...and 72 more files

📄 Description

Closses #14

examples da session'daki degerleri redis'e tasimamin nedeni:
3D odemelerde form submit edildikten sonra gateway'den gelen response'da session resetleniyor. Bu durum onceden Production environment'ta da yasadim.


🔄 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/15 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 11/8/2020 **Status:** ✅ Merged **Merged:** 11/10/2020 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`4b68458`](https://github.com/mewebstudio/pos/commit/4b68458fb27ff5bf0c5907d5a3c5cf363c2b6bed) set up codeSniffer - [`307cfd2`](https://github.com/mewebstudio/pos/commit/307cfd2aaff9d0a76eff0772f0cb130ad3dd5ae2) add Tests namespace to composer.json to comply with PSR-4 - [`9327243`](https://github.com/mewebstudio/pos/commit/9327243c34231cc6028b527c03606ff99b6f55e4) created card object for each payment gate - [`5a73250`](https://github.com/mewebstudio/pos/commit/5a7325030be469b42a1c119d5e14e3ba4457ce0f) installed symfony/var-dumper for better debugging - [`3a31864`](https://github.com/mewebstudio/pos/commit/3a31864e1747163b7764de6865bacaaa63d285e6) fix problem caused by commit 4831b0f - [`e01c7f3`](https://github.com/mewebstudio/pos/commit/e01c7f3dc1f1510c51310fc3b768e194b8bbbf9b) integrate Docker for easy development and update example URLs accordingly - [`c95975b`](https://github.com/mewebstudio/pos/commit/c95975b4424bd6a2608f643243c0d34f3e803bfd) change response property to protected - [`6fc397d`](https://github.com/mewebstudio/pos/commit/6fc397d1ea199a5e500638aa0c7f3f9319600957) change var_dump and print_r functions to dump() - [`e43ea29`](https://github.com/mewebstudio/pos/commit/e43ea2901e13714abcd7bfda472b7480ccc8b6ac) move common configuration to single file and small touches - [`7866d2b`](https://github.com/mewebstudio/pos/commit/7866d2ba6a11b06484ccf68e7117ebdc4552f842) fix autoload.php not found ### 📊 Changes **92 files changed** (+5384 additions, -892 deletions) <details> <summary>View changed files</summary> ➕ `.docker/Dockerfile-web` (+24 -0) ➕ `.docker/php-xdebug.ini` (+1934 -0) ➕ `.docker/virtualhost.conf` (+16 -0) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+19 -14) 📝 `composer.json` (+9 -1) 📝 `config/pos.php` (+16 -0) ➕ `docker-compose.yml` (+18 -0) ➕ `examples/_main_config.php` (+9 -0) 📝 `examples/akbank/3d-pay/_config.php` (+7 -9) 📝 `examples/akbank/3d-pay/form.php` (+15 -15) 📝 `examples/akbank/3d-pay/index.php` (+1 -1) 📝 `examples/akbank/3d-pay/response.php` (+6 -8) 📝 `examples/akbank/3d/_config.php` (+7 -9) 📝 `examples/akbank/3d/form.php` (+15 -15) 📝 `examples/akbank/3d/index.php` (+1 -1) 📝 `examples/akbank/3d/response.php` (+6 -8) 📝 `examples/akbank/regular/_config.php` (+8 -8) 📝 `examples/akbank/regular/cancel.php` (+3 -4) 📝 `examples/akbank/regular/direct.php` (+5 -10) _...and 72 more files_ </details> ### 📄 Description Closses #14 `examples` da session'daki degerleri `redis`'e tasimamin nedeni: _3D odemelerde form submit edildikten sonra gateway'den gelen response'da session resetleniyor. Bu durum onceden Production environment'ta da yasadim._ --- <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:44 +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#164
No description provided.