* $Id$
*
*/
+require_once 'PayJunction/pjClasses.php';
+
class CRM_Core_Payment_PayJunction extends CRM_Core_Payment {
# (not used, implicit in the API, might need to convert?)
const CHARSET = 'UFT-8';
* @return \CRM_Core_Payment_PayJunction
*/
public function __construct($mode, &$paymentProcessor) {
- //require PayJunction API library
- require_once 'PayJunction/pjClasses.php';
-
$this->_mode = $mode;
$this->_paymentProcessor = $paymentProcessor;
$this->_processorName = ts('PayJunction');