Tribe__Tickets__Promoter__Observer::tpp_tickets_generated_for_product( int $product_id, string $order_id, int $qty )

Action fired when a PayPal has had attendee tickets generated for it.


Parameters

$product_id

(int) (Required) PayPal ticket post ID.

$order_id

(string) (Required) ID of the PayPal order.

$qty

(int) (Required) Quantity ordered.


Top ↑

Return

(void)


Top ↑

Source

File: src/Tribe/Promoter/Observer.php

	public function tpp_tickets_generated_for_product( $product_id, $order_id, $qty ) {
		$this->notify_ticket_event( $product_id );
	}

Top ↑

Changelog

Changelog
Version Description
4.11.5 Introduced.