Skip to content

Commit

Permalink
Remove FileUpload alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Dec 11, 2018
1 parent dacdda9 commit 3493e70
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 117 deletions.
1 change: 0 additions & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
require(dirname(__FILE__) . '/lib/ExchangeRate.php');
require(dirname(__FILE__) . '/lib/File.php');
require(dirname(__FILE__) . '/lib/FileLink.php');
require(dirname(__FILE__) . '/lib/FileUpload.php');
require(dirname(__FILE__) . '/lib/Invoice.php');
require(dirname(__FILE__) . '/lib/InvoiceItem.php');
require(dirname(__FILE__) . '/lib/InvoiceLineItem.php');
Expand Down
6 changes: 0 additions & 6 deletions lib/FileUpload.php

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Sigma/ScheduledQueryRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @property int $created
* @property int $data_load_time
* @property string $error
* @property \Stripe\FileUpload $file
* @property \Stripe\File $file
* @property bool $livemode
* @property int $result_available_until
* @property string $sql
Expand Down
64 changes: 0 additions & 64 deletions tests/Stripe/FileUploadCreationTest.php

This file was deleted.

45 changes: 0 additions & 45 deletions tests/Stripe/FileUploadTest.php

This file was deleted.

0 comments on commit 3493e70

Please sign in to comment.