cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user