[PR #273] [MERGED] Payflexv4 post payment and recurring order fixes #279

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/273
Author: @nuryagdym
Created: 8/25/2025
Status: Merged
Merged: 8/25/2025
Merged by: @nuryagdym

Base: masterHead: payflexv4-post-payment-and-recurring-order-fixes


📝 Commits (4)

  • 28ae475 tests - minor fixes
  • ce936e2 payflexv4pos - fix post auth is not working
  • 7bdf3ff payflexv4pos - add startDate to recurring orders
  • c4b12c9 install captainhook

📊 Changes

12 files changed (+398 additions, -25 deletions)

View changed files

📝 .gitattributes (+1 -0)
captainhook.json (+49 -0)
📝 composer.json (+4 -1)
📝 examples/_common-codes/regular/post-auth.php (+3 -0)
📝 examples/_main_config.php (+1 -1)
📝 examples/payflex-mpi-v4/_payment_config.php (+6 -6)
📝 src/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapper.php (+22 -7)
📝 tests/Functional/AkbankPosTest.php (+3 -2)
tests/Functional/PayFlexV4PosTest.php (+262 -0)
📝 tests/Functional/PaymentTestTrait.php (+6 -2)
📝 tests/Functional/ToslaPosTest.php (+1 -1)
📝 tests/Unit/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapperTest.php (+40 -5)

📄 Description

  • PayFlexV4Pos - fix post auth payment is not working.
  • PayFlexV4Pos - add startDate option to recurring transaction.
  • minor fixes in tests
  • installed captainhook

🔄 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/273 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `payflexv4-post-payment-and-recurring-order-fixes` --- ### 📝 Commits (4) - [`28ae475`](https://github.com/mewebstudio/pos/commit/28ae475b6ef62396c3bc9c4a4070c92a2a98c1a2) tests - minor fixes - [`ce936e2`](https://github.com/mewebstudio/pos/commit/ce936e2472d9708900c650ab20e71a5995cbe102) payflexv4pos - fix post auth is not working - [`7bdf3ff`](https://github.com/mewebstudio/pos/commit/7bdf3ff28dbd0bf669a53f400f83e2fd26dde81d) payflexv4pos - add startDate to recurring orders - [`c4b12c9`](https://github.com/mewebstudio/pos/commit/c4b12c909af17e6658dd452dbbe7fb475dd2e21d) install captainhook ### 📊 Changes **12 files changed** (+398 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) ➕ `captainhook.json` (+49 -0) 📝 `composer.json` (+4 -1) 📝 `examples/_common-codes/regular/post-auth.php` (+3 -0) 📝 `examples/_main_config.php` (+1 -1) 📝 `examples/payflex-mpi-v4/_payment_config.php` (+6 -6) 📝 `src/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapper.php` (+22 -7) 📝 `tests/Functional/AkbankPosTest.php` (+3 -2) ➕ `tests/Functional/PayFlexV4PosTest.php` (+262 -0) 📝 `tests/Functional/PaymentTestTrait.php` (+6 -2) 📝 `tests/Functional/ToslaPosTest.php` (+1 -1) 📝 `tests/Unit/DataMapper/RequestDataMapper/PayFlexV4PosRequestDataMapperTest.php` (+40 -5) </details> ### 📄 Description - PayFlexV4Pos - fix post auth payment is not working. - PayFlexV4Pos - add startDate option to recurring transaction. - minor fixes in tests - installed captainhook --- <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:17 +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#279
No description provided.