mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #214] [MERGED] Added additional data into dispatched events #257
Labels
No labels
PayFlexV4
TROY
akbankpos
bug
duplicate
enhancement
garanti
help wanted
isbank
kuveyt
payten
posnet
pull-request
vakifbank
ziraat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pos#257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mewebstudio/pos/pull/214
Author: @nuryagdym
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/22/2024
Merged by: @nuryagdym
Base:
master← Head:refactoring-events-2📝 Commits (7)
6df2caatest - refactored gateway class unit tests45fe463add gateway class into dispatched events42b2892README.md added medium article link about payment models64d8b12test - remove usages of CreditCardFactory::createForGateway from request data mappers for simplicityfb51817PosNetResponseDataMapper - fix 3d_all data is not available in response data1fe6820add order info into dispatched events9991f16add payment model into dispatched events📊 Changes
56 files changed (+2170 additions, -1962 deletions)
View changed files
📝
README.md(+1 -20)📝
docs/PRE-AUTH-POST-EXAMPLE.md(+2 -2)📝
docs/THREED-PAYMENT-EXAMPLE.md(+4 -4)📝
examples/_common-codes/3d/form.php(+5 -5)📝
examples/_common-codes/regular/post-auth.php(+2 -2)📝
examples/_templates/_finish_non_secure_payment.php(+3 -3)📝
examples/_templates/_payment_secure_response.php(+2 -2)📝
src/DataMapper/RequestDataMapper/AkbankPosRequestDataMapper.php(+3 -1)📝
src/DataMapper/RequestDataMapper/EstPosRequestDataMapper.php(+8 -1)📝
src/DataMapper/RequestDataMapper/EstV3PosRequestDataMapper.php(+8 -1)📝
src/DataMapper/RequestDataMapper/GarantiPosRequestDataMapper.php(+8 -1)📝
src/DataMapper/RequestDataMapper/InterPosRequestDataMapper.php(+8 -1)📝
src/DataMapper/RequestDataMapper/PayForPosRequestDataMapper.php(+8 -1)📝
src/DataMapper/RequestDataMapper/PosNetV1PosRequestDataMapper.php(+8 -1)📝
src/DataMapper/ResponseDataMapper/PosNetResponseDataMapper.php(+1 -0)📝
src/Event/Before3DFormHashCalculatedEvent.php(+21 -2)📝
src/Event/RequestDataPreparedEvent.php(+49 -5)📝
src/Gateways/AbstractGateway.php(+56 -7)📝
src/Gateways/AkbankPos.php(+8 -1)📝
src/Gateways/EstPos.php(+8 -1)...and 36 more files
📄 Description
added additional data into dispatched events to get rid of use statements for event listeners. Ex:
also PosNet - fix 3d_all data is not available in response.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.