Skip to content

Commit 68d3be1

Browse files
committed
Correct grammar
1 parent c9f3cf0 commit 68d3be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Payutc/Service/POSS2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function transaction($badge_id, $obj_ids) {
383383

384384
// Verifier que le buyer a assez d'argent
385385
if($buyer->getCredit() < $total) {
386-
Log::warn("transaction($badge_id, $obj_ids) : Buyer don't have enought money");
386+
Log::warn("transaction($badge_id, $obj_ids) : Buyer have not enough money");
387387
return array("error"=>400, "error_msg"=>"L'utilisateur n'a pas assez d'argent pour effectuer la transaction.", "usr_info"=>array("firstname"=>$buyer->getFirstname(), "lastname"=>$buyer->getLastname(), "solde"=>$buyer->getCredit()));
388388
}
389389

0 commit comments

Comments
 (0)