This commit is contained in:
2025-09-09 10:43:22 +05:00
parent 90c053689b
commit 840358cc6a

View File

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