Merge branch 'master' of https://gitlab.com/online-sistem1/api_arrahn
This commit is contained in:
@@ -25,9 +25,9 @@ class TacExpressPaymentController extends Controller
|
||||
$mobileno = '60139321786';
|
||||
$messages = 'AR-RAHN PKB ' . $request->cawangan . ' : TAC: ' . $request->otp_token . ' ' . $currentDateTime . '. AR-RAHN CARELINE CENTRE 1300-22-4343';
|
||||
|
||||
$status = Http::get('http://gateway.onewaysms.com.au:10001/api.aspx',[
|
||||
'apiusername' => 'APIQ4LP5EMKXM',
|
||||
'apipassword' => 'APIQ4LP5EMKXM7CQOX',
|
||||
$status = Http::get('http://gateway.onewaysms.com.my:10001/api.aspx',[
|
||||
'apiusername' => 'APIUK330HDAFO',
|
||||
'apipassword' => 'APIUK330HDAFOUK330',
|
||||
'senderid' => 'INFO',
|
||||
'mobileno' => $mobileno,
|
||||
'message'=> $messages,
|
||||
|
||||
Reference in New Issue
Block a user