From 31655088c9d28984b213fcf3bcb9fbd06947afe8 Mon Sep 17 00:00:00 2001 From: hafifierahman Date: Wed, 28 Sep 2022 08:47:25 +0800 Subject: [PATCH] fix api tertukar dgn portal --- resources/views/penebusan/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }