phpcs fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Thu, 11 Jun 2015 22:15:49 +0000 (10:15 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Thu, 11 Jun 2015 22:15:49 +0000 (10:15 +1200)
CRM/Core/Payment.php

index d57b98460f5d11aff21d024a57bcac15af65cb8d..ec6e33a227f990e826f23dba93b52c75c7013272 100644 (file)
@@ -543,7 +543,7 @@ abstract class CRM_Core_Payment {
   protected function getReturnSuccessUrl($qfKey) {
     return CRM_Utils_System::url($this->getBaseReturnUrl(), array(
       '_qf_ThankYou_display' => 1,
-      'qfKey' => $qfKey
+      'qfKey' => $qfKey,
     ),
       TRUE, NULL, FALSE
     );