Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6368656174 committed Feb 8, 2019
1 parent 9e2b463 commit e481811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $receipt->addItem($item2);
$payment = new Payment();
$payment
->setSum(7612)
->setType(1);
->setType(Payment::TYPE_ELECTRONIC);
// Добавим в чек оплату
$receipt->addPayment($payment);
Expand Down

0 comments on commit e481811

Please sign in to comment.