[PR #77] [MERGED] fix issue 76 estpos 3d ödeme tamamlama sorunu #197

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/77
Author: @nuryagdym
Created: 5/22/2022
Status: Merged
Merged: 5/22/2022
Merged by: @nuryagdym

Base: masterHead: 76-estpos-3d-ödeme-tamamlama-sorunu


📝 Commits (9)

  • 9f365a8 fix issue #76 3D payment is not finished on 3d success
  • 3303ad3 remove unnecessary redis
  • 79c831e fix docker-compose up is failing
  • 94761f2 downgrade docker php version to v7.2.5
  • e4258af examples - fix session is not starting
  • cd79873 EstPos - fix undefined index error on 3D Pay auth fail
  • 4bd77c0 EstPos - response refactoring
  • 8fa1240 rename EstPostTest to EstPosTest
  • 300f66a updated _payment_response.php

📊 Changes

8 files changed (+306 additions, -129 deletions)

View changed files

📝 .docker/Dockerfile-web (+4 -7)
📝 README.md (+2 -3)
📝 composer.json (+1 -1)
📝 docker-compose.yml (+0 -3)
📝 examples/_main_config.php (+2 -6)
📝 examples/template/_payment_response.php (+3 -1)
📝 src/Gateways/EstPos.php (+88 -86)
📝 tests/Gateways/EstPosTest.php (+206 -22)

📄 Description

  • EstPos - 3D secure ödeme tamamlama sorunu çözüldü
  • EstPos - 3D Pay ödemede 3D onay başarısız olduğunda oluşan undefined hatası giderildi.
  • Docker başlatma sorunu giderildi.

🔄 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/77 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/22/2022 **Status:** ✅ Merged **Merged:** 5/22/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `76-estpos-3d-ödeme-tamamlama-sorunu` --- ### 📝 Commits (9) - [`9f365a8`](https://github.com/mewebstudio/pos/commit/9f365a8edb319d1fbe40b54ef7603d6cf1d7f951) fix issue #76 3D payment is not finished on 3d success - [`3303ad3`](https://github.com/mewebstudio/pos/commit/3303ad3c1fe6f89649c421a8fbfb5afd37936813) remove unnecessary redis - [`79c831e`](https://github.com/mewebstudio/pos/commit/79c831e5a8ea35152087ab8fcda4f8a81c4e6aee) fix docker-compose up is failing - [`94761f2`](https://github.com/mewebstudio/pos/commit/94761f23c25cf3d6c1f26e27acc5f2a0f3555f4d) downgrade docker php version to v7.2.5 - [`e4258af`](https://github.com/mewebstudio/pos/commit/e4258afc120976da462668b2d8697eee7bf8c83c) examples - fix session is not starting - [`cd79873`](https://github.com/mewebstudio/pos/commit/cd798737931404f34d79a1f0145f3f1b45e817b7) EstPos - fix undefined index error on 3D Pay auth fail - [`4bd77c0`](https://github.com/mewebstudio/pos/commit/4bd77c0dba7fea41ef2053bae0ba1b2af978efad) EstPos - response refactoring - [`8fa1240`](https://github.com/mewebstudio/pos/commit/8fa1240c9d66dabbc3d7d77800772289fad2b3f0) rename EstPostTest to EstPosTest - [`300f66a`](https://github.com/mewebstudio/pos/commit/300f66afcd2515571f68d786a282d839a833af95) updated _payment_response.php ### 📊 Changes **8 files changed** (+306 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `.docker/Dockerfile-web` (+4 -7) 📝 `README.md` (+2 -3) 📝 `composer.json` (+1 -1) 📝 `docker-compose.yml` (+0 -3) 📝 `examples/_main_config.php` (+2 -6) 📝 `examples/template/_payment_response.php` (+3 -1) 📝 `src/Gateways/EstPos.php` (+88 -86) 📝 `tests/Gateways/EstPosTest.php` (+206 -22) </details> ### 📄 Description - EstPos - 3D secure ödeme tamamlama sorunu çözüldü - EstPos - 3D Pay ödemede 3D onay başarısız olduğunda oluşan undefined hatası giderildi. - Docker başlatma sorunu giderildi. --- <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:53 +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#197
No description provided.