diff --git a/src/Ramcar/TicketType.php b/src/Ramcar/TicketType.php index 0e1fd865..3edc9c89 100644 --- a/src/Ramcar/TicketType.php +++ b/src/Ramcar/TicketType.php @@ -10,6 +10,7 @@ class TicketType extends NameValue const BILLING = 'billing'; const OTHER = 'other'; const FOR_FOLLOW_UP = 'for_follow_up'; + const RESQ_INQUIRY = 'resq_inquiry'; const COLLECTION = [ 'complaint' => 'Complaint', @@ -18,6 +19,6 @@ class TicketType extends NameValue 'billing' => 'Billing', 'other' => 'Other', 'for_follow_up' => 'For follow-up', - + 'resq_inquiry' => 'RESQ Inquiry', ]; }