PaySystemWebAndTerminal constructor
PaySystemWebAndTerminal({
- required PayTerminal payTerminal,
- required YookassaRepository payYookassa,
- required AtolCheckService atolCheckService,
Implementation
PaySystemWebAndTerminal({
required this.payTerminal,
required this.payYookassa,
required this.atolCheckService,
});