Skip to content

Commit

Permalink
Update BaseService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdallaMohammed authored Sep 3, 2020
1 parent e54a2e8 commit 5efadde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -42,4 +42,4 @@ public function getEndPointPath()
{
return $this->basePath . '/' . $this->endpoint;
}
}
}

0 comments on commit 5efadde

Please sign in to comment.