File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
app/code/Magento/Fedex/etc/adminhtml Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 139139 <label >Sort Order</label >
140140 <validate >validate-number validate-zero-or-greater</validate >
141141 </field >
142+ <field id =" api_key" translate =" label" type =" obscure" sortOrder =" 300" showInDefault =" 1" showInWebsite =" 1" >
143+ <label >REST Configuration | Api Key</label >
144+ <backend_model >Magento\Config\Model\Config\Backend\Encrypted</backend_model >
145+ </field >
146+ <field id =" secret_key" translate =" label" type =" obscure" sortOrder =" 310" showInDefault =" 1" showInWebsite =" 1" >
147+ <label >REST Configuration | Secret Key</label >
148+ <backend_model >Magento\Config\Model\Config\Backend\Encrypted</backend_model >
149+ </field >
150+ <field id =" rest_sandbox_mode" translate =" label" type =" select" sortOrder =" 320" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
151+ <label >REST Configuration | Sandbox Mode</label >
152+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
153+ </field >
154+ <field id =" rest_production_webservices_url" translate =" label" type =" text" sortOrder =" 330" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
155+ <label >REST Configuration | Web-Services URL (Production)</label >
156+ <backend_model >Magento\Fedex\Model\Config\Backend\FedexUrl</backend_model >
157+ <depends >
158+ <field id =" rest_sandbox_mode" >0</field >
159+ </depends >
160+ </field >
161+ <field id =" rest_sandbox_webservices_url" translate =" label" type =" text" sortOrder =" 340" showInDefault =" 1" showInWebsite =" 1" canRestore =" 1" >
162+ <label >REST Configuration | Web-Services URL (Sandbox)</label >
163+ <backend_model >Magento\Fedex\Model\Config\Backend\FedexUrl</backend_model >
164+ <depends >
165+ <field id =" rest_sandbox_mode" >1</field >
166+ </depends >
167+ </field >
142168 </group >
143169 </section >
144170 </system >
You can’t perform that action at this time.
0 commit comments