Skip to content

Commit

Permalink
Il ne faut pas appeler en static
Browse files Browse the repository at this point in the history
  • Loading branch information
apuyou committed Oct 31, 2013
1 parent cfab21e commit a0da07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Payutc/Service/WEBSALECONFIRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public function notificationPayline($token_payline) {
// On a une appli qui a les droits ?
$this->checkRight(false, true, true, null);

return Payline::notification($token_payline, true);
$pl = new \Payutc\Bom\Payline(0, "PAYLINE");
return $pl->notification($token_payline, true);
}
}

0 comments on commit a0da07d

Please sign in to comment.