This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add Into Views/Partials of Merchello.Bazaar plugin under Umbraco | |
// Into Umbraco Web.Config: | |
// <add key="Bazaar:ResolvePaymentForms" value="False" /> | |
<!-- PayPal Payment Method --> | |
<div id="PayPalPayment" class="payment-method-form well"> | |
@using (Html.BeginUmbracoForm<SalePreparationOperationsController>("ConfirmPayPalSale", null, new { @id = "ConfirmPayPalSale" })) | |
{ |