Tribe__Tickets__Commerce__PayPal__Order::was_pending()

Whether the Order previous status was pending or not.


Return

(bool)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Order.php

	public function was_pending() {
		return $this->was_pending;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.