Tribe__Tickets__Commerce__PayPal__Order::get_status()
Returns the Order status.
Return
(string)
Source
File: src/Tribe/Commerce/PayPal/Order.php
public function get_status() {
return $this->status;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |