Skip to content

Commit 239291c

Browse files
committed
fix base api sandbox mode
1 parent 8473c4f commit 239291c

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
@@ -39,7 +39,7 @@ public function __construct()
3939
*/
4040
private function setBaseUrl()
4141
{
42-
if (config("pathao.sandbox") == true) {
42+
if (config("redx.sandbox") == true) {
4343
$this->baseUrl = "https://sandbox.redx.com.bd";
4444
} else {
4545
$this->baseUrl = "https://openapi.redx.com.bd";

0 commit comments

Comments
 (0)