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 adbda6a commit 59e3978Copy full SHA for 59e3978
src/Blockchain.php
@@ -92,7 +92,7 @@ public function post($resource, $data=null) {
92
93
if (($resource == "api/v2/create") || (substr($resource, 0, 8) === "merchant")) {
94
if ($this->service_url == null) {
95
- throw new ApiError("When calling a merchant endpoint of creating a wallet, service_url must be set");
+ throw new ApiError("When calling a merchant endpoint or creating a wallet, service_url must be set");
96
}
97
$url = $this->service_url;
98
0 commit comments