Skip to content

Instantly share code, notes, and snippets.

@r-k-b
Last active August 28, 2018 01:24
Show Gist options
  • Select an option

  • Save r-k-b/215327a96e873d6f04eeebfb535f6938 to your computer and use it in GitHub Desktop.

Select an option

Save r-k-b/215327a96e873d6f04eeebfb535f6938 to your computer and use it in GitHub Desktop.
jQuery.ready(function(){
let target = $('[data-ng-show="payment.paymentType === PaymentType.InternetBanking && canPayBy(PaymentType.InternetBanking)"]')
let temporaryMessage = '<p><strong>Poli Payments are temporarily unavailable.'+
' If you are unable to pay with credit card, please contact us on 1800 884 305.' +
'</p>'
target.replaceWith(temporaryMessage)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment