Tribe__Tickets__Commerce__PayPal__Order::was_pending()
Whether the Order previous status was pending or not.
Return
(bool)
Source
File: src/Tribe/Commerce/PayPal/Order.php
public function was_pending() {
return $this->was_pending;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |