The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit e3af1377 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_bbi

parents 48ce43a8 efa8eaf6
No related merge requests found
......@@ -224,10 +224,8 @@ class Client
$result = $this->serializer->deserialize((string)$response->getBody(),
Order::class, 'json', ['groups' => ['order:creation:response']]);
/** @var User $user */
$user = $this->session['user'];
$user->addOrder($result);
$this->session['user'] = $user;
/* refresh user details */
$this->requestUserDetails();
return $result;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment