Activate Care workflows across check-in and financial clearance.
Deploy Ladill Care / deploy (push) Failing after 1m9s
Deploy Ladill Care / deploy (push) Failing after 1m9s
Enforce service-queue gates, cashier settlements, and clinical stage progression so patient journeys cannot bypass configured payment or authorization rules. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -119,6 +119,7 @@ return [
|
||||
'appointment.meet_scheduled' => 'Video visit scheduled',
|
||||
'appointment.meet_cancelled' => 'Video visit cancelled',
|
||||
'visit.checked_in' => 'Visit opened',
|
||||
'visit.workflow_advanced' => 'Visit workflow advanced',
|
||||
'visit.completed' => 'Visit completed',
|
||||
'consultation.started' => 'Consultation started',
|
||||
'consultation.updated' => 'Consultation updated',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'bill.line_item_added' => 'Bill line item added',
|
||||
'bill.voided' => 'Bill voided',
|
||||
'payment.recorded' => 'Payment recorded',
|
||||
'financial_obligation.cleared' => 'Financial obligation cleared',
|
||||
'payment.checkout_started' => 'Online payment checkout started',
|
||||
'integrations.gateway_connected' => 'Payment gateway connected',
|
||||
'integrations.gateway_disconnected' => 'Payment gateway disconnected',
|
||||
@@ -285,6 +287,7 @@ return [
|
||||
],
|
||||
|
||||
'billing' => [
|
||||
'patient_card_fee_minor' => (int) env('CARE_PATIENT_CARD_FEE_MINOR', 2000),
|
||||
'consultation_fee_minor' => (int) env('CARE_CONSULTATION_FEE_MINOR', 5000),
|
||||
'currency' => env('CARE_CURRENCY', 'GHS'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user