We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c503f commit 83262d3Copy full SHA for 83262d3
1 file changed
src/Webservice/BexioWebservice.php
@@ -27,7 +27,7 @@ class BexioWebservice extends Webservice
27
*/
28
public function getBaseUrl()
29
{
30
- return '/3.0/' . $this->getEndpoint();
+ return '/2.0/' . $this->getEndpoint();
31
}
32
33
/**
0 commit comments