Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Mar 25, 2023
1 parent 5d4eba0 commit db1640c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/AdditionalService.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ $cash = $np->saveChangeCash($ttn, 100);
//для снятия наложного платежа
$cash = $np->saveChangeCash($ttn, null);
//либо
$cash = $np->saveChangeCash($ttn, 0);
//либо
$cash = $np->save($ttn, 'orderChangeEW');

dd($cash);
Expand Down

0 comments on commit db1640c

Please sign in to comment.