Moneris / Moneris-Gateway-API-PHP

23 stars 55 forks source link

Fixed constructors to be php7 compliant #4

Open smmccabe opened 7 years ago

smmccabe commented 7 years ago

Changes all the old-style class name constructors to the newer __construct() style, as they have been deprecated since PHP5 and are now throwing notices in PHP7.