This commit is contained in:
2025-03-19 09:58:52 +05:00
parent 789aaee722
commit ec9a3d661c

View File

@@ -31,7 +31,10 @@ class OnlinePaymentController extends Controller
/** @var \App\Models\Branch\Branch */ /** @var \App\Models\Branch\Branch */
$bank = $data['bank_branch']; $bank = $data['bank_branch'];
info(gettype($paymentHistory->api_response)); info([
'type' => gettype($paymentHistory->api_response),
'message' => isset($paymentHistory->api_response['errorMessage']) ? $paymentHistory->api_response['errorMessage'] : 'no'
]);
// if ($data['success'] && $paymentHistory) { // if ($data['success'] && $paymentHistory) {
// info(OnlinePaymentRepo::syncWithBilling( // info(OnlinePaymentRepo::syncWithBilling(