Tribe__Tickets__Commerce__PayPal__Main::ignore_pending_stock_logic( bool $ignore_pending_stock_logic )

Whether the Pending Order stock reservation logic should be ignored or not, no matter the Settings.

This is useful when trying to get the "true" inventory of a ticket.

See also


Top ↑

Parameters

$ignore_pending_stock_logic

(bool) (Required)


Top ↑

Source

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

	public function ignore_pending_stock_logic( $ignore_pending_stock_logic ) {
		$this->ignore_pending_stock_logic = (bool) $ignore_pending_stock_logic;
	}