PHP Class RCP_Payment_Gateway_PayPal, restrict-content-pro

Since: 2.1
Inheritance: extends RCP_Payment_Gateway
Datei anzeigen Open project: restrictcontentpro/restrict-content-pro

Protected Properties

Property Type Description
$password
$signature
$username

Public Methods

Method Description
init ( ) Get things going
process_signup ( ) Process registration
process_webhooks ( ) Process PayPal IPN

Method Details

init() public method

Get things going
Since: 2.1
public init ( )

process_signup() public method

Process registration
Since: 2.1
public process_signup ( )

process_webhooks() public method

Process PayPal IPN
Since: 2.1
public process_webhooks ( )

Property Details

$password protected_oe property

protected $password

$signature protected_oe property

protected $signature

$username protected_oe property

protected $username