This commit is contained in:
2025-09-10 18:48:09 +05:00
parent ef7c30a235
commit 50996ddacd
8 changed files with 203 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ trait HandlesVisaMasterPayments
$payment_status = $response['paymentAmountInfo']['depositedAmount'] > 0;
$cardholderName = $response['cardAuthInfo']['cardholderName'] ?? '-';
$cardPan = $response['cardAuthInfo']['Pan'] ?? '-';
$cardPan = $response['cardAuthInfo']['pan'] ?? '-';
if ($payment_status) {
$resource->update([