Tribe__Tickets__Commerce__PayPal__Gateway::__construct( Tribe__Tickets__Commerce__PayPal__Notices $notices )
Tribe__Tickets__Commerce__PayPal__Gateway constructor.
Contents
Parameters
- $notices
-
(Tribe__Tickets__Commerce__PayPal__Notices) (Required)
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;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |