Skip to content

Commit

Permalink
Merge pull request #53 from cultuurnet/feature/UIV-1944
Browse files Browse the repository at this point in the history
UIV-1944 change path for get mailings
  • Loading branch information
lukdens committed Jul 12, 2017
2 parents 9e90cd8 + 5355666 commit a55f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CultureFeed/CultureFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ public function searchMailings(CultureFeed_SearchMailingsQuery $query) {

$data = $query->toPostData();

$result = $this->oauth_client->authenticatedGetAsXml('mailing/search', $data);
$result = $this->oauth_client->authenticatedGetAsXml('mailing/v2/search', $data);
try {
$xml = new CultureFeed_SimpleXMLElement($result);
}
Expand Down

0 comments on commit a55f6ec

Please sign in to comment.