FruitBank/Plugins/Nop.Plugin.Payments.PayPalC.../Views/Public/PaymentInfo.cshtml

10 lines
239 B
Plaintext

@{
Layout = "";
}
<script asp-location="Footer">
$(function () {
$('button.payment-info-next-step-button').hide();
window.location = '@(Url.RouteUrl(PayPalCommerceDefaults.Route.PaymentInfo))';
});
</script>