refound method
Implementation
@override
Future<void> refound() async {
if (_paymentModel == null) {
throw Exception('No pay create');
}
await payTerminal.refoundPay();
await atolCheckService.checkRefound(_paymentModel!.checkModelAtol());
//TODO:
// await atolCheckService.checkRefound(checkModel);
}