This commit is contained in:
2025-03-16 17:25:22 +05:00
parent d50df12eb4
commit 30604a5f42
5 changed files with 22 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ trait HandlesVisaMasterPayments
$payment_status = $response['paymentAmountInfo']['depositedAmount'] > 0;
$cardholderName = $response['cardAuthInfo']['cardholder§§Name'] ?? '-';
$cardholderName = $response['cardAuthInfo']['cardholderName'] ?? '-';
$cardPan = $response['cardAuthInfo']['Pan'] ?? '-';
if ($payment_status) {