From 1e1662ec9be4e9e420c6c714659abbb42698cedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Nova=CC=81c=CC=8Cek?= Date: Tue, 1 Nov 2016 14:23:57 +0100 Subject: [PATCH] =?UTF-8?q?p=C5=99id=C3=A1n=C3=AD=20konstanty=20STATE=5FSU?= =?UTF-8?q?CCESS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SmartEmailing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SmartEmailing.php b/src/SmartEmailing.php index 6fb973a..a6856b9 100644 --- a/src/SmartEmailing.php +++ b/src/SmartEmailing.php @@ -9,6 +9,8 @@ class SmartEmailing extends \Nette\Object { + const STATE_SUCCESS = "SUCCESS"; + protected $url = 'https://app.smartemailing.cz/api/v2'; protected $username;