// 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:
@@ -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'] : '');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user