WIP: feature/integrasi-primayan-v2 #3

Closed
mila wants to merge 9 commits from feature/integrasi-primayan-v2 into staging
Collaborator
  1. feat(provider-integrations): move ProviderOnline endpoints to new module
  • pindah controller ke Modules/ProviderIntegrations
  • tambah route api/v1/bridging-service/ProviderOnline/*
  • aktifkan module (modules_statuses.json)
  • hapus route/controller lama di HospitalPortal
  1. feat(provider-online): add billingsementara endpoint and mapping fixes
  • tambah upsertBillingSementara
  • validasi/mapping kodesubbenefit
  • update RequestLog fillable untuk field bridging
  1. test(postman): add route test and postman collections
  • tambah tests/Feature/ProviderOnlineRouteTest.php
  • tambah file Postman di docs/postman/*
1. `feat(provider-integrations): move ProviderOnline endpoints to new module` * pindah controller ke `Modules/ProviderIntegrations` * tambah route `api/v1/bridging-service/ProviderOnline/*` * aktifkan module (`modules_statuses.json`) * hapus route/controller lama di `HospitalPortal` 2. `feat(provider-online): add billingsementara endpoint and mapping fixes` * tambah `upsertBillingSementara` * validasi/mapping `kodesubbenefit` * update `RequestLog` fillable untuk field bridging 3. `test(postman): add route test and postman collections` * tambah `tests/Feature/ProviderOnlineRouteTest.php` * tambah file Postman di `docs/postman/*`
tbfajri requested review from tbfajri 2026-05-15 13:20:41 +07:00
tbfajri changed target branch from master to staging 2026-05-15 13:22:36 +07:00
tbfajri added 8 commits 2026-05-15 13:22:36 +07:00
tbfajri changed title from feature/integrasi-primayan-v2 to WIP: feature/integrasi-primayan-v2 2026-05-15 13:31:00 +07:00
tbfajri approved these changes 2026-05-15 13:57:58 +07:00
@@ -0,0 +612,4 @@
private function sendProviderOnlineEmail(string $eventName, RequestLog $requestLog, Organization $organization): void
{
$email = trim((string) ($organization->email ?? env('PROVIDER_ONLINE_NOTIFICATION_EMAIL', 'alarm.center@linksehat.com')));
Owner

tambahkan juga di .env.example jika ada tambahan setting .env

untuk defatult email nya 'helpdesk@linksehat.com'

tambahkan juga di .env.example jika ada tambahan setting .env untuk defatult email nya 'helpdesk@linksehat.com'
@@ -0,0 +2,4 @@
use Modules\ProviderIntegrations\Http\Controllers\Api\ProviderOnlineController;
Route::prefix('v1/bridging-service/ProviderOnline')->group(function () {
Owner

sebelum nya ada Route AddHeaderKey itu jangan di hapus..

sebelum nya ada Route AddHeaderKey itu jangan di hapus..
mila added 1 commit 2026-05-15 14:44:45 +07:00
tbfajri closed this pull request 2026-05-15 14:50:25 +07:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tbfajri/aso#3