Skip to content

Commit 3b342bc

Browse files
committed
live base url added(3)
1 parent 09afd8c commit 3b342bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Managers/BaseApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class BaseApi
1313

1414
public function __construct()
1515
{
16-
$this->baseUrl = config('upay.sandbox') == true ? "https://uat-pg.upay.systems/" : "";
16+
$this->baseUrl = config('upay.sandbox') == true ? "https://uat-pg.upay.systems/" : "https://pg.upaysystem.com/";
1717
}
1818

1919
protected function headers()

0 commit comments

Comments
 (0)