implementasi provider online

This commit is contained in:
2026-05-13 13:16:58 +07:00
parent a4a48014e1
commit 2ae565cfa5
5 changed files with 766 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ class Provider extends Model
'name',
'code',
'header_token',
'token',
'username',
'password',
'status',

View File

@@ -21,6 +21,10 @@ class RequestLog extends Model
public $fillable = [
'uuid',
'invoice_no',
'nomor_sep',
'inacbgs_code',
'inacbgs_amount',
'no_transaksi_provider',
'billing_no',
'submission_date',
'discharge_date',