Skip to content

Commit 8e40f92

Browse files
SDK regeneration
1 parent a633e30 commit 8e40f92

3 files changed

Lines changed: 0 additions & 131 deletions

File tree

reference.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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-&gt;mobile-&gt;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>

src/Mobile/MobileClient.php

Lines changed: 0 additions & 98 deletions
This file was deleted.

src/SquareClient.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
use Square\Terminal\TerminalClient;
3636
use Square\TransferOrders\TransferOrdersClient;
3737
use Square\Vendors\VendorsClient;
38-
use Square\Mobile\MobileClient;
3938
use Square\CashDrawers\CashDrawersClient;
4039
use Square\Webhooks\WebhooksClient;
4140
use 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
}

0 commit comments

Comments
 (0)