Skip to content

Commit

Permalink
Merge pull request #1553 from stripe/richardm-remove-invoice-status-d…
Browse files Browse the repository at this point in the history
…elete

Remove deprecated enum value Invoice.STATUS_DELETED
  • Loading branch information
richardm-stripe authored Aug 15, 2023
2 parents 9dc3d91 + 5e2cc26 commit 22a5dc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ class Invoice extends ApiResource
const BILLING_CHARGE_AUTOMATICALLY = 'charge_automatically';
const BILLING_SEND_INVOICE = 'send_invoice';

/** @deprecated */
const STATUS_DELETED = 'deleted';

/**
* @param null|array $params
* @param null|array|string $opts
Expand Down

0 comments on commit 22a5dc5

Please sign in to comment.