Renamed delivery status for consistency. #617

This commit is contained in:
Korina Cordero 2021-08-21 09:41:45 +00:00
parent d863158dd6
commit 7cd8f2f027

View file

@ -6,8 +6,8 @@ class DeliveryStatus extends NameValue
{
const RIDER_ASSIGN = 'rider_assign';
const REQUEUE = 'requeue';
const RIDER_ACCEPT = 'accept';
const RIDER_ARRIVE = 'arrive';
const RIDER_ACCEPT = 'rider_accept';
const RIDER_ARRIVE = 'rider_arrive';
const RIDER_EDIT = 'rider_edit';
const RIDER_DEPART_HUB = 'rider_depart_hub';
const RIDER_ARRIVE_HUB_PRE_JO = 'rider_arrive_hub_pre_jo';