Skip to content

Commit 3def2c1

Browse files
New Live Environment baseurl from pathao-dev-api-doc
1 parent ae4dad7 commit 3def2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apis/BaseApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private function setBaseUrl()
4444
if (config("pathao.sandbox") == true) {
4545
$this->baseUrl = "https://courier-api-sandbox.pathao.com";
4646
} else {
47-
$this->baseUrl = "https://api-hermes.pathaointernal.com";
47+
$this->baseUrl = "https://api-hermes.pathao.com";
4848
}
4949
}
5050

0 commit comments

Comments
 (0)