Skip to content

Instantly share code, notes, and snippets.

@apih
Created December 18, 2018 07:28
Show Gist options
  • Save apih/473d536d2a4b7b366ddc9141ff78c100 to your computer and use it in GitHub Desktop.
Save apih/473d536d2a4b7b366ddc9141ff78c100 to your computer and use it in GitHub Desktop.
OnPay: Replace all payment methods with invisible Billplz payment method
<script type="text/javascript">
$("#payment-section").html('<input type="radio" class="payment_method" name="payment_method" value="billplz" data-button_text="Teruskan ke Pembayaran" style="display: none" checked>');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment