Skip to content

Commit

Permalink
Version 7.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whmcs-dev-team committed Oct 25, 2017
1 parent 5cbf518 commit b92387d
Show file tree
Hide file tree
Showing 18 changed files with 2,865 additions and 40 deletions.
4 changes: 4 additions & 0 deletions creditcard.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

{else}

<script>
var stateNotRequired = true;
</script>
<script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown.js"></script>
<form id="frmPayment" method="post" action="creditcard.php" class="form-horizontal" role="form">
<input type="hidden" name="action" value="submit" />
<input type="hidden" name="invoiceid" value="{$invoiceid}" />
Expand Down
Loading

0 comments on commit b92387d

Please sign in to comment.