[PR #259] V2 #275

Open
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/259
Author: @nuryagdym
Created: 12/31/2024
Status: 🔄 Open

Base: masterHead: v2


📝 Commits (10+)

  • 2b5b1ad implemented request value formatters and mappers
  • 07688c4 implemented request value formatters and mappers
  • b739507 implemented response value formatters and mappers
  • 3c6f45a tests - use factories to create response value mappers
  • 8199163 tests - use mocks in response mapper tests
  • 3a780b6 remove deprecated get3DHostGatewayURL method
  • c9a4e12 run rector
  • 2a00c9d remove param_forms support from HttpClient and return EncodedData from serializers
  • 309c41e KuveytPos - remove deprecated phpdoc SoapFault exception
  • 35e1d93 KuveytPos - return 3DFormData as it is (HTML string)

📊 Changes

346 files changed (+29218 additions, -12337 deletions)

View changed files

📝 README.md (+4 -2)
📝 config/pos_production.php (+94 -83)
📝 config/pos_test.php (+14 -3)
📝 docs/CANCEL-EXAMPLE.md (+1 -1)
📝 docs/REFUND-EXAMPLE.md (+1 -1)
📝 docs/STATUS-EXAMPLE.md (+1 -1)
📝 examples/_common-codes/regular/cancel.php (+1 -1)
📝 examples/_common-codes/regular/refund.php (+1 -1)
📝 examples/_common-codes/regular/status.php (+1 -1)
📝 examples/_templates/_credit_card_form.php (+2 -2)
📝 examples/_templates/_header.php (+6 -0)
examples/kuveytsoappos/_payment_config.php (+6 -0)
examples/kuveytsoappos/index.php (+6 -0)
examples/kuveytsoappos/regular/_config.php (+21 -0)
📝 examples/kuveytsoappos/regular/cancel.php (+0 -0)
examples/kuveytsoappos/regular/form.php (+3 -0)
examples/kuveytsoappos/regular/index.php (+3 -0)
📝 examples/kuveytsoappos/regular/refund.php (+0 -0)
📝 examples/kuveytsoappos/regular/status.php (+0 -0)
📝 examples/parampos-3d-host/3d-host/_config.php (+1 -1)

...and 80 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/259 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 12/31/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `v2` --- ### 📝 Commits (10+) - [`2b5b1ad`](https://github.com/mewebstudio/pos/commit/2b5b1ada4ee0479f9af26588aa5311e046b9a509) implemented request value formatters and mappers - [`07688c4`](https://github.com/mewebstudio/pos/commit/07688c4cafd814977d281c1c3aeb4b856b11c1de) implemented request value formatters and mappers - [`b739507`](https://github.com/mewebstudio/pos/commit/b7395072c592d29049364b450a9bc985618c4d83) implemented response value formatters and mappers - [`3c6f45a`](https://github.com/mewebstudio/pos/commit/3c6f45a8be0806a4da7ebfb3e681e479c36ab18b) tests - use factories to create response value mappers - [`8199163`](https://github.com/mewebstudio/pos/commit/8199163dff1982c19afa985970334a96aa2779c5) tests - use mocks in response mapper tests - [`3a780b6`](https://github.com/mewebstudio/pos/commit/3a780b6ced0abf25e4acec0331bacfc1fba0b74b) remove deprecated get3DHostGatewayURL method - [`c9a4e12`](https://github.com/mewebstudio/pos/commit/c9a4e1251ef971c06d66692342178ae2df5eafda) run rector - [`2a00c9d`](https://github.com/mewebstudio/pos/commit/2a00c9d952e30b3b1034b230372cb00c5f120389) remove param_forms support from HttpClient and return EncodedData from serializers - [`309c41e`](https://github.com/mewebstudio/pos/commit/309c41e5329f0d7cc2e3311091329093a5cf9186) KuveytPos - remove deprecated phpdoc SoapFault exception - [`35e1d93`](https://github.com/mewebstudio/pos/commit/35e1d93ca05f75a38c838869ce5c78b9d63cc927) KuveytPos - return 3DFormData as it is (HTML string) ### 📊 Changes **346 files changed** (+29218 additions, -12337 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -2) 📝 `config/pos_production.php` (+94 -83) 📝 `config/pos_test.php` (+14 -3) 📝 `docs/CANCEL-EXAMPLE.md` (+1 -1) 📝 `docs/REFUND-EXAMPLE.md` (+1 -1) 📝 `docs/STATUS-EXAMPLE.md` (+1 -1) 📝 `examples/_common-codes/regular/cancel.php` (+1 -1) 📝 `examples/_common-codes/regular/refund.php` (+1 -1) 📝 `examples/_common-codes/regular/status.php` (+1 -1) 📝 `examples/_templates/_credit_card_form.php` (+2 -2) 📝 `examples/_templates/_header.php` (+6 -0) ➕ `examples/kuveytsoappos/_payment_config.php` (+6 -0) ➕ `examples/kuveytsoappos/index.php` (+6 -0) ➕ `examples/kuveytsoappos/regular/_config.php` (+21 -0) 📝 `examples/kuveytsoappos/regular/cancel.php` (+0 -0) ➕ `examples/kuveytsoappos/regular/form.php` (+3 -0) ➕ `examples/kuveytsoappos/regular/index.php` (+3 -0) 📝 `examples/kuveytsoappos/regular/refund.php` (+0 -0) 📝 `examples/kuveytsoappos/regular/status.php` (+0 -0) 📝 `examples/parampos-3d-host/3d-host/_config.php` (+1 -1) _...and 80 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>
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#275
No description provided.