@@ -44,6 +44,9 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | private $options = []; |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @param boolean $isProductionEnv |
|
| 49 | + */ |
|
| 47 | 50 | public function __construct(Notification $notification, $isProductionEnv) |
| 48 | 51 | { |
| 49 | 52 | $url = $isProductionEnv ? $this->getProductionUrl($notification) : $this->getSandboxUrl($notification); |