wip
This commit is contained in:
@@ -22,6 +22,10 @@ class HalkbankOnlinePaymentController extends Controller
|
|||||||
|
|
||||||
$paymentStatus = $onlinePaymentRepository->checkPayment($request->string('orderId'));
|
$paymentStatus = $onlinePaymentRepository->checkPayment($request->string('orderId'));
|
||||||
|
|
||||||
|
info([
|
||||||
|
'hello' => $paymentStatus
|
||||||
|
]);
|
||||||
|
|
||||||
return $onlinePaymentRepository->paymentStatusView($paymentStatus);
|
return $onlinePaymentRepository->paymentStatusView($paymentStatus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user