wip
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user