<?xml version="1.0"?>
<config>
    <sections>
        <payment>
            <groups>
                <common translate="label comment" module="paygate">
                    <label>Openpay - Configuración General</label>
                    <frontend_type>text</frontend_type>
                    <sort_order>1</sort_order>
                    <show_in_default>1</show_in_default>
                    <show_in_website>1</show_in_website>
                    <show_in_store>1</show_in_store>
                    <fields>
                        <merchantid translate="label">
                            <label>ID de comercio</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>22</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </merchantid>
                        <privatekey translate="label">
                            <label>Llave privada</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>23</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </privatekey>
                        <publickey translate="label">
                            <label>Llave pública</label>
                            <frontend_type>text</frontend_type>
                            <sort_order>21</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </publickey>
                        <sandbox translate="label">
                            <label>Modo pruebas (Sandbox)</label>
                            <frontend_type>select</frontend_type>
                            <source_model>adminhtml/system_config_source_enabledisable</source_model>
                            <sort_order>10</sort_order>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>0</show_in_store>
                        </sandbox>
                        <verification_code translate="label comment">
                            <label>Código de verificación para url de notificaciones</label>
                            <comment>Código de verificación que Openpay envia para comprobar la url de entrega de notificaiones</comment>
                            <frontend_type>label</frontend_type>
                            <show_in_default>1</show_in_default>
                            <show_in_website>1</show_in_website>
                            <show_in_store>1</show_in_store>
                        </verification_code>
                    </fields>
                </common>
            </groups>
        </payment>
    </sections>
</config>
