Skip to content

Commit

Permalink
Removed password field from authnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
rasseljandavid committed Jul 6, 2011
1 parent 8fd29b1 commit 2b6705a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<div id="tab1">
{control type="text" name="username" label="API Login ID" value=$calculator->configdata.username}
{control type="text" name="transaction_key" label="Transaction Key" value=$calculator->configdata.transaction_key}
{control type="text" name="password" label="Password" value=$calculator->configdata.password}
{control type="checkbox" name="testmode" label="Enable Test Mode?" value=1 checked=$calculator->configdata.testmode}
{control type="radiogroup" name="process_mode" label="Processing Mode" items="Authorize and Capture, Authorize Only" values="0,1" default=$calculator->configdata.process_mode}
</div>
Expand Down

0 comments on commit 2b6705a

Please sign in to comment.