From 05237b769b144a0a4f21506aa016cb8c901e0649 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 12 Jun 2015 10:15:49 +1200 Subject: [PATCH] phpcs fix --- CRM/Core/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index d57b98460f..ec6e33a227 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -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 ); -- 2.25.1