Pop\Payment\Adapter\UsaEpay::__construct PHP Méthode

__construct() public méthode

Method to instantiate an USAEpay payment adapter object
public __construct ( string $sourceKey, boolean $test = false ) : UsaEpay
$sourceKey string
$test boolean
Résultat UsaEpay
    public function __construct($sourceKey, $test = false)
    {
        $this->sourceKey = $sourceKey;
        $this->transaction['UMkey'] = $sourceKey;
        $this->test = $test;
    }