WIP: feature/integrasi-primayan-v2 #3
Reference in New Issue
Block a user
Delete Branch "feature/integrasi-primayan-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat(provider-integrations): move ProviderOnline endpoints to new moduleModules/ProviderIntegrationsapi/v1/bridging-service/ProviderOnline/*modules_statuses.json)HospitalPortalfeat(provider-online): add billingsementara endpoint and mapping fixesupsertBillingSementarakodesubbenefitRequestLogfillable untuk field bridgingtest(postman): add route test and postman collectionstests/Feature/ProviderOnlineRouteTest.phpdocs/postman/*feature/integrasi-primayan-v2to WIP: feature/integrasi-primayan-v2@@ -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')));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 () {sebelum nya ada Route AddHeaderKey itu jangan di hapus..
Pull request closed