[PR #211] [MERGED] Symfony v4 , v7 desteği ve daha spesifik exceptionlar #255

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/211
Author: @nuryagdym
Created: 5/17/2024
Status: Merged
Merged: 5/19/2024
Merged by: @nuryagdym

Base: masterHead: refactoring-05


📝 Commits (10+)

  • fee1ccb examples - add success/fail url to order only for 3d payments
  • 8b095bd refactor examples, tests, docs
  • e6296a3 refactor - throw more specific exceptions
  • cb04d26 phpdocs add proper throws tags
  • cf4b2ae PosFactory - throw error if wrong gateway class is provided
  • 4a360fa add support for symfony 7 components
  • ff28db9 Merge branch 'master' into refactoring-05
  • 66c8a98 add support for symfony 4 components
  • be4de35 README.md - added note about pos-bundle
  • 95de568 CHANGELOG.md - 1.2 release

📊 Changes

77 files changed (+650 additions, -410 deletions)

View changed files

📝 README.md (+22 -19)
📝 composer.json (+2 -2)
📝 config/pos_test.php (+3 -3)
📝 docs/CANCEL-EXAMPLE.md (+3 -3)
📝 docs/CHANGELOG.md (+9 -0)
📝 docs/HISTORY-EXAMPLE.md (+5 -6)
📝 docs/NON-SECURE-PAYMENT-EXAMPLE.md (+2 -1)
📝 docs/ORDER-HISTORY-EXAMPLE.md (+8 -2)
📝 docs/PRE-AUTH-POST-EXAMPLE.md (+26 -10)
📝 docs/REFUND-EXAMPLE.md (+3 -4)
📝 docs/STATUS-EXAMPLE.md (+3 -3)
📝 docs/THREED-PAYMENT-EXAMPLE.md (+23 -4)
📝 docs/THREED-SECURE-AND-PAY-PAYMENT-IN-MODALBOX-EXAMPLE.md (+2 -2)
📝 examples/_common-codes/3d-host/index.php (+35 -28)
📝 examples/_common-codes/3d/form.php (+150 -131)
📝 examples/_common-codes/regular/cancel.php (+1 -2)
📝 examples/_common-codes/regular/form.php (+2 -1)
📝 examples/_common-codes/regular/history.php (+4 -8)
📝 examples/_common-codes/regular/order_history.php (+5 -11)
📝 examples/_common-codes/regular/refund.php (+1 -3)

...and 57 more files

📄 Description

No description provided


🔄 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/211 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `refactoring-05` --- ### 📝 Commits (10+) - [`fee1ccb`](https://github.com/mewebstudio/pos/commit/fee1ccb82a751160099da5f7bc78384cc83d3720) examples - add success/fail url to order only for 3d payments - [`8b095bd`](https://github.com/mewebstudio/pos/commit/8b095bdb28b2ed02e20584ffefcc164e70c87606) refactor examples, tests, docs - [`e6296a3`](https://github.com/mewebstudio/pos/commit/e6296a34278002777bfab1d75c859dbf8cdcafff) refactor - throw more specific exceptions - [`cb04d26`](https://github.com/mewebstudio/pos/commit/cb04d26f89a72deac4fbe4dac58b06bd91d3fe21) phpdocs add proper throws tags - [`cf4b2ae`](https://github.com/mewebstudio/pos/commit/cf4b2ae48e92c9da7b339b18b4b42de0e67c8c2d) PosFactory - throw error if wrong gateway class is provided - [`4a360fa`](https://github.com/mewebstudio/pos/commit/4a360fab5f90d499255be507dad980b761dc2884) add support for symfony 7 components - [`ff28db9`](https://github.com/mewebstudio/pos/commit/ff28db9984fb46a6ff126bab9118c93b81227b67) Merge branch 'master' into refactoring-05 - [`66c8a98`](https://github.com/mewebstudio/pos/commit/66c8a9852cd0d275fa593f9361f2535018c41c80) add support for symfony 4 components - [`be4de35`](https://github.com/mewebstudio/pos/commit/be4de351e7a69e7e770cb1b2e79be8e78996065e) README.md - added note about pos-bundle - [`95de568`](https://github.com/mewebstudio/pos/commit/95de568456873429cd14e5e02b5ba2031eef6710) CHANGELOG.md - 1.2 release ### 📊 Changes **77 files changed** (+650 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -19) 📝 `composer.json` (+2 -2) 📝 `config/pos_test.php` (+3 -3) 📝 `docs/CANCEL-EXAMPLE.md` (+3 -3) 📝 `docs/CHANGELOG.md` (+9 -0) 📝 `docs/HISTORY-EXAMPLE.md` (+5 -6) 📝 `docs/NON-SECURE-PAYMENT-EXAMPLE.md` (+2 -1) 📝 `docs/ORDER-HISTORY-EXAMPLE.md` (+8 -2) 📝 `docs/PRE-AUTH-POST-EXAMPLE.md` (+26 -10) 📝 `docs/REFUND-EXAMPLE.md` (+3 -4) 📝 `docs/STATUS-EXAMPLE.md` (+3 -3) 📝 `docs/THREED-PAYMENT-EXAMPLE.md` (+23 -4) 📝 `docs/THREED-SECURE-AND-PAY-PAYMENT-IN-MODALBOX-EXAMPLE.md` (+2 -2) 📝 `examples/_common-codes/3d-host/index.php` (+35 -28) 📝 `examples/_common-codes/3d/form.php` (+150 -131) 📝 `examples/_common-codes/regular/cancel.php` (+1 -2) 📝 `examples/_common-codes/regular/form.php` (+2 -1) 📝 `examples/_common-codes/regular/history.php` (+4 -8) 📝 `examples/_common-codes/regular/order_history.php` (+5 -11) 📝 `examples/_common-codes/regular/refund.php` (+1 -3) _...and 57 more files_ </details> ### 📄 Description _No description provided_ --- <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:11 +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#255
No description provided.