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/PayPal.inc.php

    r1 r708  
    2929     * @param   bool    $test_mode  Use PayPal sandbox for testing.
    3030     */
    31     function PayPal($test_mode=false)
     31    function __construct($test_mode=false)
    3232    {
    3333        if ($test_mode) {
Note: See TracChangeset for help on using the changeset viewer.