-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate "/me" routes to API Platform #14
Migrate "/me" routes to API Platform #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'CONTENT_TYPE' => 'application/json', | ||
'ACCEPT' => 'application/json', | ||
], $updateData); | ||
|
||
$response = $this->client->getResponse(); | ||
$this->assertResponse($response, 'customer/update_customer', Response::HTTP_OK); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we receive:
{"type":"https:\/\/tools.ietf.org\/html\/rfc2616#section-10","title":"An error occurred","detail":"No item route associated with the type \u0022Sylius\\Component\\Core\\Model\\Customer\u0022."}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's broken for now.
Needs api-platform/core#2714
Needs api-platform/core#2714