Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

@Mort-lemur/ Harald Ponce de Leon: How to log the Transactions


Nick-Nick

Recommended Posts

Apply the following change to the module sendTransactionToGateway() function after the curl_close() part:

 

$result = curl_exec($curl);
 
curl_close($curl);
 
$response_array = array();
parse_str($result, $response_array);
 
echo '<pre>';var_dump($response_array);exit;
That will show you the result of the transaction on the screen. Edited by Harald Ponce de Leon

:heart:, osCommerce

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...