コード例 #1
0
 function BxPfwSecureToken($oDb, $oConfig, $aConfig)
 {
     parent::BxPfwPayPal($oDb, $oConfig, $aConfig);
     unset($this->_aCallParameters['TENDER']);
     unset($this->_aCallParameters['ACTION']);
     unset($this->_aCallParameters['VERBOSITY']);
 }
コード例 #2
0
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     unset($this->_aCallParameters['TENDER']);
     unset($this->_aCallParameters['ACTION']);
     unset($this->_aCallParameters['VERBOSITY']);
 }
コード例 #3
0
 function BxPfwExpressCheckout($oDb, $oConfig, $aConfig)
 {
     parent::BxPfwPayPal($oDb, $oConfig, $aConfig);
     $this->_aCallParameters['TENDER'] = 'P';
 }
コード例 #4
0
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_aCallParameters['TENDER'] = 'P';
 }