Delete PayPal Option
I want to delete the paypal option from my store. I have not published the attached checkout page which I pulled from the server. The original page is labeled checkoutWithPayPal. I simply deleted <div class="result_header"><div class="ps_main">
<div class="name">
<h2> Fast, Secure Checkout with PayPal</h2>
</div>
</div></div>
<div class="contentBox contentBox2 ps_pod1 borderColor">
<?php
echo($WAExpressForm->Body);
?>
</div>
Is this acceptable? and can I publish my revised checkout page without any worries? Thank You!