// Context part 29
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7935 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -112,11 +112,8 @@ class Secuvad_connection
|
||||
return 'Erreur de connexion';
|
||||
}
|
||||
|
||||
|
||||
public function send_transaction()
|
||||
{
|
||||
global $cookie;
|
||||
|
||||
$flag_rep = false;
|
||||
$response = str_replace("\n", "", $this->send('bulk_transactions'));
|
||||
$response = str_replace("\r", "", $response);
|
||||
|
||||
Reference in New Issue
Block a user