Config
Table of Contents
$environment | string | |
---|---|---|
$clientId | string | |
$clientSecret | string | |
$currency | string | |
$returnURL | string | |
$cancelURL | string | |
$logActive | bool | |
$logPath | string |
Properties
$environment
public
string
$environment
= 'sandbox'
$clientId
public
string
$clientId
$clientSecret
public
string
$clientSecret
$currency
public
string
$currency
= 'BRL'
$returnURL
public
string
$returnURL
= 'http://localhost:8080/success'
$cancelURL
public
string
$cancelURL
= 'http://localhost:8080/cancel'
$logActive
public
bool
$logActive
= false
$logPath
public
string
$logPath
= __DIR__ . '/../logs/paypal.log'