Open mainman opened 11 years ago
Hi, All the :
for ($i = 0; $i < 80; $i++) { $r .= '-'; }
in ipnlistener::getTextReport can be replaced by :
$r .= str_repeat('-', 80);
Thanks anyway for this good IPN Listner !
Hi, All the :
in ipnlistener::getTextReport can be replaced by :
Thanks anyway for this good IPN Listner !