{* Calc tab selection *} {assign var="tab" value="0"} {if isset($smarty.get.current_tab)} {if $smarty.get.current_tab eq "configure_sandbox"} {assign var="tab" value="1"} {/if} {/if}

{intl l="Configure Bitpay module"}
{form name="bitpay.configure"} {form_hidden_fields form=$form} {form_field form=$form field="pairingKey"}
{/form_field} {form_field form=$form field="apiKey"}
{/form_field} {/form}
{intl l="Configure Bitpay module"}
{form name="bitpay.configure.sandbox"} {form_hidden_fields form=$form} {form_field form=$form field="sandbox"} {/form_field} {form_field form=$form field="pairingKey"}
{/form_field} {form_field form=$form field="apiKey"}
{/form_field} {/form}