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 ff5e747d7a - Show all commits

View file

@ -58,6 +58,9 @@ class CreateRiderAPIUserCommand extends Command
$meta = ['rider_id' => $rider->getID()];
$api_user->setMetaData($meta);
// set rider's api user
$rider->setAPIUser($api_user);
$this->em->persist($api_user);
}