// Little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9708 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-10-28 12:32:04 +00:00
parent 6679a7db85
commit 7371c301ae
+1 -1
View File
@@ -718,7 +718,7 @@ class MoneyBookers extends PaymentModule
$this->pcc->card_expiration = '';
$this->pcc->card_holder = (string)(isset($response['pay_to_email']) ?
$response['pay_to_email'] : '';
$response['pay_to_email'] : '');
}
}
}