zinipay payment plugin for phpnuxbill
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
775 B

{include file="sections/header.tpl"}
<div class="form-group">
<label>API Key</label>
<input type="text" name="api_key" class="form-control" value="{$params.api_key.value|default:''}" />
</div>
<div class="form-group">
<label>Secret Key</label>
<input type="password" name="secret_key" class="form-control" value="{$params.secret_key.value|default:''}" />
</div>
<div class="form-group">
<label>Sandbox Mode</label>
<input type="checkbox" name="sandbox" value="on" {if $params.sandbox.value eq 'on'}checked{/if} />
</div>
<div class="form-group">
<label>Enable Debug Logging</label>
<input type="checkbox" name="debug" value="on" {if $params.debug.value eq 'on'}checked{/if} />
</div>
{include file="sections/footer.tpl"}