WC_Gateway_Paypal_Request::__construct( WC_Gateway_Paypal $gateway )

Constructor.


Description Description


Parameters Parameters

$gateway

(Required) Paypal gateway object.


Top ↑

Source Source

File: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php

	public function __construct( $gateway ) {
		$this->gateway    = $gateway;
		$this->notify_url = WC()->api_request_url( 'WC_Gateway_Paypal' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.