Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/AuthorizeNet.inc.php

    r41 r42  
    3737
    3838require_once dirname(__FILE__) . '/Utilities.inc.php';
    39  
     39
    4040class AuthorizeNet
    4141{
     
    232232        return (
    233233            strtolower($this->getResult('x_md5_hash')) == strtolower(md5(
    234                 $this->md5_hash_value . 
    235                 $this->getParam('x_login') . 
    236                 $this->getResult('x_trans_id') . 
     234                $this->md5_hash_value .
     235                $this->getParam('x_login') .
     236                $this->getResult('x_trans_id') .
    237237                $this->getResult('x_amount')
    238238            ))
Note: See TracChangeset for help on using the changeset viewer.