Skip to content
Snippets Groups Projects
Commit cff2a019 authored by Dimitris Bozelos's avatar Dimitris Bozelos
Browse files

Issue #3308486 Fixed error with method call

parent 299caf24
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ class FeedPostOrderFulfillmentDataClient implements EntitySyncClientInterface {
*/
public function fetchFeedUpdates(OperationInterface $operation) {
$feed = $this->feedsApi->getFeed(
$operation->get(OperationField::REMOTE_ID)->first()->getValue['value']
$operation->get(OperationField::REMOTE_ID)->first()->getValue()['value']
);
$remote_state = $feed->getProcessingStatus();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment