This commit is contained in:
2025-09-09 10:48:46 +05:00
parent 7efad097ef
commit 4e1f286eb5
15 changed files with 64 additions and 31 deletions

View File

@@ -106,14 +106,14 @@ class OnlinePaymentController extends Controller
}', $ecomId, $agentId, $eposId, $account, $rrn, $amount, $payPurpose),
CURLOPT_HTTPHEADER => [
'Authorization: Basic YWRtaW46UUFad3N4MTIz',
'Content-Type: application/json'
'Content-Type: application/json',
],
]);
$response = curl_exec($curl);
curl_close($curl);
info($response);
}
}