Skip to content

Commit 1e1662e

Browse files
author
Honza Nováček
committed
přidání konstanty STATE_SUCCESS
1 parent d1ea4fc commit 1e1662e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SmartEmailing.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
class SmartEmailing extends \Nette\Object
1010
{
1111

12+
const STATE_SUCCESS = "SUCCESS";
13+
1214
protected $url = 'https://app.smartemailing.cz/api/v2';
1315

1416
protected $username;

0 commit comments

Comments
 (0)