Resolve "Migrate Rider API" #1541

Merged
korina.cordero merged 39 commits from 617-migrate-rider-api into master-fix 2021-08-24 08:59:05 +00:00
Showing only changes of commit 7cd8f2f027 - Show all commits

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';