Pop\Payment\Adapter\UsaEpay::__construct PHP Метод

__construct() публичный Метод

Method to instantiate an USAEpay payment adapter object
public __construct ( string $sourceKey, boolean $test = false ) : UsaEpay
$sourceKey string
$test boolean
Результат UsaEpay
    public function __construct($sourceKey, $test = false)
    {
        $this->sourceKey = $sourceKey;
        $this->transaction['UMkey'] = $sourceKey;
        $this->test = $test;
    }