Skip to content

Commit

Permalink
#95799 Fixed close day
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Sinev committed Apr 29, 2021
1 parent 48e54df commit 0baf853
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public CloseDayResponse closeDay(CloseDayRequest aRequest) {
aClient.makeReconciliation();
return PaymentResponse.builder()
.responseCode("00")
.currency("RUB")
.amount("0")
.build();
});

Expand Down

0 comments on commit 0baf853

Please sign in to comment.