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 abff8aa commit 6f06503Copy full SHA for 6f06503
src/BigCommerce/Api/Generic/ResourceApi.php
@@ -25,7 +25,7 @@ abstract protected function resourceName(): string;
25
protected function singleResourceUrl(): string
26
{
27
if (is_null($this->getResourceId())) {
28
- throw new UnexpectedValueException("A {$this->resourceName()} id must be to be set");
+ throw new UnexpectedValueException("A {$this->resourceName()} id must be set");
29
}
30
31
return sprintf(
0 commit comments