Skip to content

Commit

Permalink
Merge pull request #479 from stripe/ob-fix-invoice-line-item-traits
Browse files Browse the repository at this point in the history
Remove all traits from InvoiceLineItem
  • Loading branch information
ob-stripe authored May 28, 2018
2 parents 3152ac3 + 130bb5c commit a0214b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/InvoiceLineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,5 @@
*/
class InvoiceLineItem extends ApiResource
{

const OBJECT_NAME = "line_item";

use ApiOperations\All;
use ApiOperations\Create;
use ApiOperations\Delete;
use ApiOperations\Retrieve;
use ApiOperations\Update;
}

0 comments on commit a0214b9

Please sign in to comment.