@model CheckoutPaymentInfoModel
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.OpCheckoutPaymentInfoTop, additionalData = Model })
@await Component.InvokeAsync(Model.PaymentViewComponent)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.OpCheckoutPaymentInfoBottom, additionalData = Model }) @if (Model.DisplayOrderTotals) {
@await Component.InvokeAsync(typeof(OrderSummaryViewComponent))
}