Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Feb 11, 2016
1 parent 2e8290e commit 1839908
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/modules/payment/firstdata_hco.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,7 @@ function calc_md5_response($trans_id = '', $amount = '') {
/**
* Used to do any debug logging / tracking / storage as required.
*/
function _debugActions($response, $mode, $order_time= '', $sessID = '') {
global $db, $messageStack, $insert_id;

function _debugActions($response, $mode, $order_time= '') {
if ($order_time == '') $order_time = date("F j, Y, g:i a");
$response['url'] = $this->form_action_url;
$this->reportable_submit_data['url'] = $this->form_action_url;
Expand Down

0 comments on commit 1839908

Please sign in to comment.