Exemple #1
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }
Exemple #3
0
 /**
  * Constructor
  */
 function BxPmtBitPay($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
Exemple #4
0
 /**
  * Constructor
  */
 function BxPmtPayPal($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
 /**
  * Constructor
  */
 function BxPfwProvider($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }