Skip to content

Commit

Permalink
Mark RESERVED as deprecated.
Browse files Browse the repository at this point in the history
See #66.
  • Loading branch information
remcotolsma committed Jun 30, 2022
1 parent c498dfc commit d2fdcb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Payments/PaymentStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ class PaymentStatus {
* Status indicator for reserved
*
* @var string
* @todo Eliminate the use of `RESERVED`.
* @link https://github.com/pronamic/wp-pay-core/issues/66
* @deprecated Use `AUTHORIZED` instead.
*/
const RESERVED = 'Reserved';

Expand Down

0 comments on commit d2fdcb9

Please sign in to comment.