public ActionResult CancelPayment(DibsPaymentPage currentPage, DibsPaymentResult result) { var model = new CancelPaymentViewModel(currentPage, result); _metricsLoggingService.Count("Purchase", "Purchase Cancelled"); _metricsLoggingService.Count("Payment", "Dibs"); return(View("CancelPayment", model)); }
public ActionResult CancelPayment(DibsPaymentPage currentPage, DibsPaymentResult result) { var model = new CancelPaymentViewModel(currentPage, result); return(View("CancelPayment", model)); }