mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #10] [MERGED] Don't finish payment if 3D Authentication is Failed #160
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#160
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/10
Author: @nuryagdym
Created: 4/22/2020
Status: ✅ Merged
Merged: 6/24/2020
Merged by: @mewebstudio
Base:
master← Head:nuryagdym-updates📝 Commits (1)
6e9860dDon't finish payment if 3D Authentication is Failed📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
src/PosNet.php(+4 -3)📄 Description
Currently, when credit card does not support 3D payment the 3D Authentication response returns mdStatus = 0 and mdErrorMessage="Not authenticated";
with mdStatus = 0 make3DPayment() function proceeds to finish the payment which leads to successful completion of payment on POS side but the response of the make3DPayment() is status="declined".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.