From 101565a251f7c3e28d5fd0f9cd1154f8188134c6 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Tue, 30 Jun 2020 06:48:39 +0000 Subject: [PATCH] Add NotificationType. #433 --- src/Ramcar/NotificationType.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Ramcar/NotificationType.php diff --git a/src/Ramcar/NotificationType.php b/src/Ramcar/NotificationType.php new file mode 100644 index 00000000..3591fe90 --- /dev/null +++ b/src/Ramcar/NotificationType.php @@ -0,0 +1,14 @@ + 'Cancelled', + 'rejected' => 'Rejected', + ]; +}