コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->oxPayment = oxNew("oxpayment");
     $this->privateKey = $this->getConfig()->getConfigParam('PAYMILL_PRIVATEKEY');
     $this->publicKey = $this->getConfig()->getConfigParam('PAYMILL_PUBLICKEY');
 }