in webassist/ecart/checkout/js/paymentoptions.js, change:
if (document.getElementById("Country"+index).value == "US" || document.getElementById("Country"+index).value == "") {
to:
if (document.getElementById("Country"+index).value == "AU" || document.getElementById("Country"+index).value == "") {