-
Hello @Peter !
The Other point works fine with the use of PayPal API, it will not work with Stripe or ChargeBee. If you need to hide this button from the page you may apply the following CSS code in the Custom Styles area of your template mix:
.bx-dnt-make-billing-type.recurring .bx-dnt-make-type:last-child {
display:none;
}