fix api tertukar dgn portal

This commit is contained in:
hafifierahman
2022-09-28 08:47:25 +08:00
parent 0e8a3b4cfc
commit 31655088c9
+2 -2
View File
@@ -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;
}