diff --git a/resources/views/penebusan/index.blade.php b/resources/views/penebusan/index.blade.php index c6490b7..2695faa 100644 --- a/resources/views/penebusan/index.blade.php +++ b/resources/views/penebusan/index.blade.php @@ -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; }