// Little fix

This commit is contained in:
vSchoener
2011-10-28 12:32:04 +00:00
parent 166d0e956f
commit 2a0bab6958
+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'] : '');
}
}
}