IExternalPaymentProcessorEmergencyCancelPayment Method |
Namespace: Resto.Front.Api.V4
void EmergencyCancelPayment( decimal sum, Nullable<Guid> orderId, Guid paymentTypeId, Guid transactionId, IUser cashier, IReceiptPrinter printer, IViewManager viewManager, IPaymentDataContext context, IProgressBar progressBar )
Exception | Condition |
---|---|
PaymentActionCancelledException | Exception to notify that payment actions was cancelled with no message shown. |
PaymentActionFailedException | Exception to notify that cancel payment actions was not successful. |