Skip to content

Commit dc2e011

Browse files
committed
version 1.0
1 parent ab81915 commit dc2e011

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PayuniApi.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public function __construct(string $key, string $iv, string $type = '')
2727
$this->apiUrl = "api.payuni.com.tw/api/";
2828
$prefix = "https://";
2929
if ($type == 't') {
30-
// $prefix .= "sandbox-";
31-
$prefix .= "t";
30+
$prefix .= "sandbox-";
3231
}
3332
$this->apiUrl = $prefix . $this->apiUrl;
3433

0 commit comments

Comments
 (0)