Skip to content
Snippets Groups Projects
Commit ba650a58 authored by Eileen McNaughton's avatar Eileen McNaughton
Browse files

fix function signature to match interface & not give warning

parent 2cfba9c0
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ class CRM_Core_Payment_PayJunction extends CRM_Core_Payment {
* @static
*
*/
static function &singleton($mode, &$paymentProcessor) {
static function &singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = false) {
$processorName = $paymentProcessor['name'];
if (self::$_singleton[$processorName] === NULL) {
self::$_singleton[$processorName] = new CRM_Core_Payment_PayJunction($mode, $paymentProcessor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment