コード例 #1
0
 /**
  * Determine whether the payment system is configured.
  * @return boolean true iff configured
  */
 function isConfigured()
 {
     $journal =& $this->request->getJournal();
     return parent::isConfigured() && $journal->getSetting('journalPaymentsEnabled');
 }
コード例 #2
0
 /**
  * Determine whether the payment system is configured.
  * @return boolean true iff configured
  */
 function isConfigured()
 {
     return parent::isConfigured() && $this->press && $this->press->getSetting('currency');
 }