Esempio n. 1
0
        public IActionResult ConfirmPayment(long orderId)
        {
            var res = ServiceService.ConfirmPayment(orderId);

            return(Ok(res));
        }