Skip to content

Commit

Permalink
Update request compatible for scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
rem42 committed Sep 14, 2018
1 parent ec66ece commit 8d64348
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Request/ColissimoGenerateLabelRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
*/
class ColissimoGenerateLabelRequest extends ColissimoRequest
{
public function isDoRequest(){
return true;
}

public function getAction(){
return 'generateLabel';
}

public function getVersion(){
return '2.0';
}
}

0 comments on commit 8d64348

Please sign in to comment.