From 5efadded2425a096740ccd36b17848d2760393f4 Mon Sep 17 00:00:00 2001 From: Abdallah Mohammed Date: Thu, 3 Sep 2020 20:48:42 +0000 Subject: [PATCH] Update BaseService.php --- src/BaseService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BaseService.php b/src/BaseService.php index 648363c..a4dcf22 100644 --- a/src/BaseService.php +++ b/src/BaseService.php @@ -18,7 +18,7 @@ abstract class BaseService * * @var string */ - protected $basePath = 'https://payments-dev.urway-tech.com/'; + protected $basePath = 'https://payments-dev.urway-tech.com'; /** * Store URWAY payment endpoint. @@ -42,4 +42,4 @@ public function getEndPointPath() { return $this->basePath . '/' . $this->endpoint; } -} \ No newline at end of file +}