From 117974d2cba7090663f5264c621a08500cdffdc3 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Tue, 4 Aug 2020 08:00:21 +0000 Subject: [PATCH] Add CustomerNotWaitReason. #453 --- src/Ramcar/CustomerNotWaitReason.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Ramcar/CustomerNotWaitReason.php diff --git a/src/Ramcar/CustomerNotWaitReason.php b/src/Ramcar/CustomerNotWaitReason.php new file mode 100644 index 00000000..142723b2 --- /dev/null +++ b/src/Ramcar/CustomerNotWaitReason.php @@ -0,0 +1,16 @@ + 'Emergency', + 'use_vehicle_now' => 'Need to Use Vehicle Now', + 'with_appointment' => 'With Appointment', + ]; +}