This commit is contained in:
2025-11-02 17:10:41 +05:00
parent 10aa4095af
commit 4368fe1e4f

View File

@@ -22,6 +22,10 @@ class HalkbankOnlinePaymentController extends Controller
$paymentStatus = $onlinePaymentRepository->checkPayment($request->string('orderId'));
info([
'hello' => $paymentStatus
]);
return $onlinePaymentRepository->paymentStatusView($paymentStatus);
}
}