Skip to content

Commit

Permalink
přidání konstanty STATE_SUCCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Nováček committed Nov 1, 2016
1 parent d1ea4fc commit 1e1662e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SmartEmailing.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
class SmartEmailing extends \Nette\Object
{

const STATE_SUCCESS = "SUCCESS";

protected $url = 'https://app.smartemailing.cz/api/v2';

protected $username;
Expand Down

0 comments on commit 1e1662e

Please sign in to comment.