We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6d450 commit 81ab477Copy full SHA for 81ab477
app/code/Magento/Fedex/etc/config.xml
@@ -12,6 +12,8 @@
12
<account backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
13
<api_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
14
<secret_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
15
+ <tracking_api_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
16
+ <tracking_api_secret_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
17
<sandbox_mode>0</sandbox_mode>
18
<production_webservices_url><![CDATA[https://apis.fedex.com/]]></production_webservices_url>
19
<sandbox_webservices_url><![CDATA[https://apis-sandbox.fedex.com/]]></sandbox_webservices_url>
0 commit comments