Variables

payment/paypal/cfg_epayment.inc.php File Reference

Go to the source code of this file.

Variables

 $vendor = ""
 $server_path = "/cgi-bin/webscr"
 $server_host = "www.paypal.com"
 $server = "https://".$server_host.$server_path
 $ssl = true
 $auth_token = ""
 $page_style = "primary"
 $paypalConfig
 $GLOBALS ["paypalConfig"] = $paypalConfig

Variable Documentation

$auth_token = ""

Definition at line 21 of file cfg_epayment.inc.php.

Referenced by ilPurchasePaypal::checkData().

$GLOBALS["paypalConfig"] = $paypalConfig

Definition at line 35 of file cfg_epayment.inc.php.

$page_style = "primary"

Definition at line 24 of file cfg_epayment.inc.php.

$paypalConfig
Initial value:
 array(
        "vendor" => $vendor,
        "server_path" => $server_path,
        "server_host" => $server_host,
        "server" => $server,
        "auth_token" => $auth_token,
        "page_style" => $page_style
)

Definition at line 26 of file cfg_epayment.inc.php.

$server = "https://".$server_host.$server_path
$server_host = "www.paypal.com"

Definition at line 14 of file cfg_epayment.inc.php.

$server_path = "/cgi-bin/webscr"

Definition at line 13 of file cfg_epayment.inc.php.

$ssl = true

Definition at line 18 of file cfg_epayment.inc.php.

$vendor = ""