[PR #262] [MERGED] 258 param pos destegi #276

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/262
Author: @nuryagdym
Created: 1/25/2025
Status: Merged
Merged: 2/11/2025
Merged by: @nuryagdym

Base: masterHead: 258-param-destegi


📝 Commits (5)

  • 55eb682 response mappers - remove mapResponseTransactionSecurity method
  • 5b2313a tests: remove unused property from functional tests
  • 0bfb6cd issue #258 param integration
  • 7a8ccda docs: added comments into docs and examples
  • 74c6182 prevent user to provide invalid data to get3DFormData method

📊 Changes

109 files changed (+10656 additions, -266 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/hata-bildirimi-icin.yaml (+1 -0)
📝 README.md (+2 -1)
📝 composer.json (+9 -2)
📝 config/pos_production.php (+10 -0)
📝 config/pos_test.php (+10 -0)
📝 docs/PRE-AUTH-POST-EXAMPLE.md (+18 -13)
📝 docs/THREED-PAYMENT-EXAMPLE.md (+7 -2)
📝 docs/THREED-SECURE-AND-PAY-PAYMENT-IN-MODALBOX-EXAMPLE.md (+13 -4)
📝 examples/_common-codes/3d-host/index.php (+5 -1)
📝 examples/_common-codes/3d/form.php (+62 -54)
📝 examples/_common-codes/regular/cancel.php (+4 -0)
📝 examples/_common-codes/regular/history.php (+27 -9)
📝 examples/_common-codes/regular/post-auth.php (+2 -0)
📝 examples/_main_config.php (+7 -6)
📝 examples/_templates/_credit_card_form.php (+1 -1)
📝 examples/_templates/_header.php (+3 -0)
📝 examples/_templates/_render_payment_response.php (+5 -5)
examples/parampos/3d-host/_config.php (+23 -0)
examples/parampos/3d-host/index.php (+3 -0)
examples/parampos/3d-host/response.php (+3 -0)

...and 80 more files

📄 Description

  • parampos destegi
  • remove mapResponseTransactionSecurity from AbstractResponseMapper
  • get3DFormData kart kontrolu iyilestime

🔄 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/262 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 1/25/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `258-param-destegi` --- ### 📝 Commits (5) - [`55eb682`](https://github.com/mewebstudio/pos/commit/55eb682ff5eb3bbc62fc77cc839ee8b86211c0bb) response mappers - remove mapResponseTransactionSecurity method - [`5b2313a`](https://github.com/mewebstudio/pos/commit/5b2313ac9bf8b41f8771d15360bdef35790f6a3a) tests: remove unused property from functional tests - [`0bfb6cd`](https://github.com/mewebstudio/pos/commit/0bfb6cd64d974270669089aa87d6f39e7cb911d8) issue #258 param integration - [`7a8ccda`](https://github.com/mewebstudio/pos/commit/7a8ccda4fb637a95a578df732e18862695d37705) docs: added comments into docs and examples - [`74c6182`](https://github.com/mewebstudio/pos/commit/74c618253b62c8b82e670f8538163f48b9a20188) prevent user to provide invalid data to get3DFormData method ### 📊 Changes **109 files changed** (+10656 additions, -266 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/hata-bildirimi-icin.yaml` (+1 -0) 📝 `README.md` (+2 -1) 📝 `composer.json` (+9 -2) 📝 `config/pos_production.php` (+10 -0) 📝 `config/pos_test.php` (+10 -0) 📝 `docs/PRE-AUTH-POST-EXAMPLE.md` (+18 -13) 📝 `docs/THREED-PAYMENT-EXAMPLE.md` (+7 -2) 📝 `docs/THREED-SECURE-AND-PAY-PAYMENT-IN-MODALBOX-EXAMPLE.md` (+13 -4) 📝 `examples/_common-codes/3d-host/index.php` (+5 -1) 📝 `examples/_common-codes/3d/form.php` (+62 -54) 📝 `examples/_common-codes/regular/cancel.php` (+4 -0) 📝 `examples/_common-codes/regular/history.php` (+27 -9) 📝 `examples/_common-codes/regular/post-auth.php` (+2 -0) 📝 `examples/_main_config.php` (+7 -6) 📝 `examples/_templates/_credit_card_form.php` (+1 -1) 📝 `examples/_templates/_header.php` (+3 -0) 📝 `examples/_templates/_render_payment_response.php` (+5 -5) ➕ `examples/parampos/3d-host/_config.php` (+23 -0) ➕ `examples/parampos/3d-host/index.php` (+3 -0) ➕ `examples/parampos/3d-host/response.php` (+3 -0) _...and 80 more files_ </details> ### 📄 Description - parampos destegi - remove mapResponseTransactionSecurity from AbstractResponseMapper - get3DFormData kart kontrolu iyilestime --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:44:16 +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#276
No description provided.