CRM-17256 Show / bounce on paypal express errors
[civicrm-core.git] / CRM / Core / Payment.php
index 2d20cef15c005b8e0994cfab08a6c737d74f45c0..d0667b038c8dcbb7b55ba6ef9bf43802bd0737d6 100644 (file)
@@ -777,7 +777,7 @@ abstract class CRM_Core_Payment {
    *
    * @return string cancel url
    */
-  protected function getCancelUrl($qfKey, $participantID) {
+  public function getCancelUrl($qfKey, $participantID) {
     if ($this->_component == 'event') {
       return CRM_Utils_System::url($this->getBaseReturnUrl(), array(
         'reset' => 1,