Tribe__Tickets__Commerce__PayPal__Gateway::__construct( Tribe__Tickets__Commerce__PayPal__Notices $notices )

Tribe__Tickets__Commerce__PayPal__Gateway constructor.


Parameters

$notices

(Tribe__Tickets__Commerce__PayPal__Notices) (Required)


Top ↑

Source

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

	public function __construct( Tribe__Tickets__Commerce__PayPal__Notices $notices ) {
		$this->identity_token = tribe_get_option( 'ticket-paypal-identity-token' );
		$this->notices = $notices;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.