mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 01:45:55 +03:00
[PR #15] [MERGED] Finansbank PayFor Integration and some code refactoring #164
Labels
No labels
PayFlexV4
TROY
akbankpos
bug
duplicate
enhancement
garanti
help wanted
isbank
kuveyt
payten
posnet
pull-request
vakifbank
ziraat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pos#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (10+)
4b68458set up codeSniffer307cfd2add Tests namespace to composer.json to comply with PSR-49327243created card object for each payment gate5a73250installed symfony/var-dumper for better debugging3a31864fix problem caused by commit4831b0fe01c7f3integrate Docker for easy development and update example URLs accordinglyc95975bchange response property to protected6fc397dchange var_dump and print_r functions to dump()e43ea29move common configuration to single file and small touches7866d2bfix 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
examplesda session'daki degerleriredis'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.