Skip to content

Commit

Permalink
Fix $SPApiProxy is not defined error.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickthered committed Nov 3, 2017
1 parent cd1cd77 commit 67000b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
'filter_lang' => 'en',
'filter' => '{"variable_name":"some","operator":"or","conditions":[{"condition":"likewith","value":"a"},{"condition":"notequal","value":"b"}]}',
);
var_dump($SPApiProxy->createPushTask($task, $additionalParams));
var_dump($SPApiClient->createPushTask($task, $additionalParams));

0 comments on commit 67000b5

Please sign in to comment.