From 418220831e9b14e063ac3a57ab5363ff93f2bf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20G=C3=B3mez?= Date: Mon, 8 Aug 2016 10:00:29 +0200 Subject: [PATCH] Fix path Add deafult json --- src/Instasent/Abstracts/InstasentClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Instasent/Abstracts/InstasentClient.php b/src/Instasent/Abstracts/InstasentClient.php index 796af20..11d0c06 100644 --- a/src/Instasent/Abstracts/InstasentClient.php +++ b/src/Instasent/Abstracts/InstasentClient.php @@ -18,14 +18,14 @@ abstract class InstasentClient * * @var string */ - protected $rootEndpoint = 'http://api.instasent.codes'; + protected $rootEndpoint = 'http://api.instasent.com'; /** * Secure Channel URL * * @var string */ - protected $secureChannel = 'http://api.instasent.codes'; + protected $secureChannel = 'http://api.instasent.com'; /** * Api Token