Commit cff2a019 authored by Dimitris Bozelos's avatar Dimitris Bozelos
Browse files

Issue #3308486 Fixed error with method call

parent 299caf24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();