Skip to content

Instantly share code, notes, and snippets.

@nclundsten
Created June 19, 2014 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nclundsten/c92463e639e3888939f1 to your computer and use it in GitHub Desktop.
Save nclundsten/c92463e639e3888939f1 to your computer and use it in GitHub Desktop.
$client = $this->getServiceLocator()->get('PaypalAdaptiveHttpClient');
$client->setUri($this->getConfig()['url'] . '/' . $name);
$client->setParameterPost($queryParams);
$httpResponse = $client->send();
return json_decode($httpResponse->getBody());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment