Skip to content

Instantly share code, notes, and snippets.

@aatronco
Created January 9, 2019 18:05
Show Gist options
  • Select an option

  • Save aatronco/cde3276bc2eca18493c616fb3d855bb5 to your computer and use it in GitHub Desktop.

Select an option

Save aatronco/cde3276bc2eca18493c616fb3d855bb5 to your computer and use it in GitHub Desktop.
<script>
var paymentId = 105935 // replace the id for the payment ID (last number on payment URL in admin panel, Ex: https://www.evernote.com/l/AJrfSyLBf_FNeo2o4Zhsw4jOUclx150s4OQ ) )
$(document).ready(function(){
$("input[value=" + paymentId + "]").parent().hide()
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment