fix api tertukar dgn portal
This commit is contained in:
@@ -1073,14 +1073,14 @@
|
||||
$.ajax({
|
||||
method:'get',
|
||||
datatype: 'json',
|
||||
url: api + '/api/searchsagonline/',
|
||||
url: api + '/portal/searchsagonline/',
|
||||
async:false,
|
||||
data: { 'norujukan' : norujukan },
|
||||
success:function(success_data){
|
||||
|
||||
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);
|
||||
adaonline = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user