Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 5acd427 + 96efdc8 commit aa3d80bCopy full SHA for aa3d80b
src/Blockchain.php
@@ -88,7 +88,7 @@ public function setServiceUrl($service_url) {
88
}
89
90
public function post($resource, $data=null) {
91
- $url = URL;
+ $url = Blockchain::URL;
92
93
if (($resource == "api/v2/create") || (substr($resource, 0, 8) === "merchant")) {
94
if ($this->service_url == null) {
@@ -120,7 +120,7 @@ public function post($resource, $data=null) {
120
121
122
public function get($resource, $params=null) {
123
124
125
126
$url = SERVICE_URL;
0 commit comments