return FALSE;
}
+ /**
+ * Does this processor support cancelling recurring contributions through code.
+ *
+ * @return bool
+ */
+ protected function supportsCancelRecurring() {
+ return method_exists(CRM_Utils_System::getClassName($this), 'cancelSubscription');
+ }
+
/**
* Does this processor support pre-approval.
*
/**
* Check whether a method is present ( & supported ) by the payment processor object.
*
+ * @deprecated - use $paymentProcessor->supports(array('cancelRecurring');
+ *
* @param string $method
* Method to check for.
*