IPaymentProcessorPay Method |
Namespace: Resto.Front.Api
void Pay( decimal sum, IOrder order, IPaymentItem paymentItem, Guid transactionId, IPointOfSale pointOfSale, IUser cashier, IOperationService operationService, IReceiptPrinter printer, IViewManager viewManager, IPaymentDataContext context )
Exception | Condition |
---|---|
PaymentActionCancelledException | Exception to notify that payment actions was cancelled with no message shown. |
PaymentActionFailedException | Exception to notify that payment actions was not successful. |