FruitBank/Presentation/Nop.Web/Views/Shared/Components/SelectedCheckoutAttributes/Default.cshtml

4 lines
87 B
Plaintext

@model string
<div class="selected-checkout-attributes">
@Html.Raw(Model)
</div>