Ignore:
Timestamp:
Nov 15, 2019 6:15:50 PM (5 years ago)
Author:
anonymous
Message:

Update class constructor method names to construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/AuthorizeNet.inc.php

    r250 r708  
    105105     * @param optional array $_params  A hash containing parameters.
    106106     */
    107     function AuthorizeNet($params = array())
     107    function __construct($params = array())
    108108    {
    109109        if (!function_exists('curl_init')) {
Note: See TracChangeset for help on using the changeset viewer.