Skip to content

Commit

Permalink
Data passed as incorrect argument to post function
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzza authored Nov 15, 2019
1 parent e7e8653 commit dbb3fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/TrustpilotHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function checkStatusAndPost($url, $origin, $data, $storeId)
'code' => $code,
);
}
return $this->post($url, $data, $origin, $storeId);
return $this->post($url, $origin, $data, $storeId);
}

public function postInvitation($key, $storeId, $data = array())
Expand Down

0 comments on commit dbb3fe2

Please sign in to comment.