fix api tertukar dgn portal
This commit is contained in:
@@ -1073,14 +1073,14 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
method:'get',
|
method:'get',
|
||||||
datatype: 'json',
|
datatype: 'json',
|
||||||
url: api + '/api/searchsagonline/',
|
url: api + '/portal/searchsagonline/',
|
||||||
async:false,
|
async:false,
|
||||||
data: { 'norujukan' : norujukan },
|
data: { 'norujukan' : norujukan },
|
||||||
success:function(success_data){
|
success:function(success_data){
|
||||||
|
|
||||||
if(success_data == true)
|
if(success_data == true)
|
||||||
{
|
{
|
||||||
Swal.fire('Amaran!','Bayaran online belum diproses!','error');
|
Swal.fire('Amaran!','Bayaran online dalam proses!','error');
|
||||||
$("#terima_transaksi").prop('disabled', false);
|
$("#terima_transaksi").prop('disabled', false);
|
||||||
adaonline = true;
|
adaonline = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user