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 ad58aab commit eb6e53fCopy full SHA for eb6e53f
src/Economic.php
@@ -101,11 +101,19 @@ public function accounts()
101
}
102
103
/**
104
- * This endpoint is not yet documented by the API team.
+ * @deprecated use suppliers() instead
105
*
106
* @return SupplierBuilder()|Builder
107
*/
108
public function experimentalSuppliers()
109
+ {
110
+ return $this->suppliers();
111
+ }
112
+
113
+ /**
114
+ * @return SupplierBuilder()|Builder
115
+ */
116
+ public function suppliers()
117
{
118
return new SupplierBuilder($this->request);
119
0 commit comments