WC_Gateway_Paypal_Transact_Account_Manager::__construct
Constructor.
Method of the class: WC_Gateway_Paypal_Transact_Account_Manager{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Gateway_Paypal_Transact_Account_Manager = new WC_Gateway_Paypal_Transact_Account_Manager(); $WC_Gateway_Paypal_Transact_Account_Manager->__construct( $gateway );
- $gateway(WC_Gateway_Paypal) (required)
- Paypal gateway object.
WC_Gateway_Paypal_Transact_Account_Manager::__construct() WC Gateway Paypal Transact Account Manager:: construct code WC 10.7.0
public function __construct( WC_Gateway_Paypal $gateway ) {
$this->transact_account_manager = new PayPalTransactAccountManager( $gateway );
}