From d50df12eb47adb4d8035bedf0cc1e58a2314c74a Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Sun, 16 Mar 2025 17:15:34 +0500 Subject: [PATCH] fix bug --- app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php b/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php index 427d763..ba34939 100644 --- a/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php +++ b/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php @@ -71,6 +71,7 @@ trait HandlesVisaMasterPayments $resource->update([ 'payer_name' => $cardholderName, 'payer_card' => $cardPan, + 'paid' => false, ]); $paymentHistory->update([