Skip to content

Commit 59e3978

Browse files
author
Antoine Le Calvez
committed
Fixed typo
1 parent adbda6a commit 59e3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blockchain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function post($resource, $data=null) {
9292

9393
if (($resource == "api/v2/create") || (substr($resource, 0, 8) === "merchant")) {
9494
if ($this->service_url == null) {
95-
throw new ApiError("When calling a merchant endpoint of creating a wallet, service_url must be set");
95+
throw new ApiError("When calling a merchant endpoint or creating a wallet, service_url must be set");
9696
}
9797
$url = $this->service_url;
9898
}

0 commit comments

Comments
 (0)