We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8473c4f commit 239291cCopy full SHA for 239291c
src/Apis/BaseApi.php
@@ -39,7 +39,7 @@ public function __construct()
39
*/
40
private function setBaseUrl()
41
{
42
- if (config("pathao.sandbox") == true) {
+ if (config("redx.sandbox") == true) {
43
$this->baseUrl = "https://sandbox.redx.com.bd";
44
} else {
45
$this->baseUrl = "https://openapi.redx.com.bd";
0 commit comments