Skip to content

Commit ceaa886

Browse files
Fix introduced typo
1 parent 9338069 commit ceaa886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Core/Payment/OmnipayMultiProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function doDirectPayment(&$params, $component = 'contribute') {
159159
// Serialization of 'Closure' is not allowed error - issue #17
160160
$this->gateway = NULL;
161161
CRM_Core_Session::storeSessionObjects(FALSE);
162-
if ($$isTransparentRedirect) {
162+
if ($response->isTransparentRedirect()) {
163163
$this->storeTransparentRedirectFormData($params['qfKey'], $response->getRedirectData() + array(
164164
'payment_processor_id' => $this->_paymentProcessor['id'],
165165
'post_submit_url' => $response->getRedirectURL(),

0 commit comments

Comments
 (0)