File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15979,32 +15979,6 @@ $client->vendors->update(
1597915979</dl>
1598015980
1598115981
15982- </dd>
15983- </dl>
15984- </details>
15985-
15986- ## Mobile
15987- <details><summary><code>$client->mobile->authorizationCode()</code></summary>
15988- <dl>
15989- <dd>
15990-
15991- #### 🔌 Usage
15992-
15993- <dl>
15994- <dd>
15995-
15996- <dl>
15997- <dd>
15998-
15999- ```php
16000- $client->mobile->authorizationCode();
16001- ```
16002- </dd>
16003- </dl>
16004- </dd>
16005- </dl>
16006-
16007-
1600815982</dd>
1600915983</dl>
1601015984</details>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535use Square \Terminal \TerminalClient ;
3636use Square \TransferOrders \TransferOrdersClient ;
3737use Square \Vendors \VendorsClient ;
38- use Square \Mobile \MobileClient ;
3938use Square \CashDrawers \CashDrawersClient ;
4039use Square \Webhooks \WebhooksClient ;
4140use GuzzleHttp \ClientInterface ;
@@ -209,11 +208,6 @@ class SquareClient
209208 */
210209 public VendorsClient $ vendors ;
211210
212- /**
213- * @var MobileClient $mobile
214- */
215- public MobileClient $ mobile ;
216-
217211 /**
218212 * @var CashDrawersClient $cashDrawers
219213 */
@@ -313,7 +307,6 @@ public function __construct(
313307 $ this ->terminal = new TerminalClient ($ this ->client , $ this ->options );
314308 $ this ->transferOrders = new TransferOrdersClient ($ this ->client , $ this ->options );
315309 $ this ->vendors = new VendorsClient ($ this ->client , $ this ->options );
316- $ this ->mobile = new MobileClient ($ this ->client , $ this ->options );
317310 $ this ->cashDrawers = new CashDrawersClient ($ this ->client , $ this ->options );
318311 $ this ->webhooks = new WebhooksClient ($ this ->client , $ this ->options );
319312 }
You can’t perform that action at this time.
0 commit comments