Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2bisht committed Nov 26, 2021
1 parent dcdef61 commit 3f48dec
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions Magento_V2.3+/app/code/One97/Paytm/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,30 @@
<field id="debug" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Environment Mode</label>
<source_model>One97\Paytm\Model\EnvAction</source_model>
<comment> <![CDATA[
Select "Staging" for test/integration environment & "Production" once you move to production environment
]]>
</comment>
<config_path>payment/paytm/environment</config_path>
</field>
<field id="MID" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Merchant Id</label>
<comment>Provided By Paytm</comment>
<comment><![CDATA[ Based on the selected Environment Mode, copy the relevant Merchant ID for test or production environment available on <a href="https://dashboard.paytm.com/next/apikeys" target="_blank"> Paytm dashboard </a>.]]></comment>
<config_path>payment/paytm/MID</config_path>
</field>
<field id="merchant_key" translate="label" type="text" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Merchant Key</label>
<comment>Provided By Paytm</comment>
<comment><![CDATA[ Based on the selected Environment Mode, copy the Merchant Key for test or production environment available on <a href="https://dashboard.paytm.com/next/apikeys" target="_blank"> Paytm dashboard </a>.]]></comment>
<config_path>payment/paytm/merchant_key</config_path>
</field>
<field id="Industry_id" translate="label" type="text" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Industry Type Id</label>
<comment>Provided By Paytm</comment>
<comment><![CDATA[Login to <a href="https://dashboard.paytm.com/next/apikeys" target="_blank">Paytm dashboard </a> & copy paste the industry type available there ]]></comment>
<config_path>payment/paytm/Industry_id</config_path>
</field>
<field id="Website" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Website</label>
<comment>Provided By Paytm</comment>
<comment><![CDATA[ Enter "WEBSTAGING" for test/integration environment & "DEFAULT" for production environment ]]></comment>
<config_path>payment/paytm/Website</config_path>
</field>
<field id="success_order_status" translate="label" type="select" sortOrder="11" showInDefault="1" showInWebsite="1" showInStore="0">
Expand Down Expand Up @@ -84,28 +88,41 @@
<comment> <![CDATA[
Enable Paytm Webhook <a href="https://dashboard.paytm.com/next/webhook-url" target="_blank">here </a> with the URL listed below.
<br>
<span id="callBackUrl"></span>
<span id="callBackUrl" style="color:#00b9f5"></span>
<br>
Instructions and guide to <a href="https://developer.paytm.com/docs/payment-status/" target="_blank">Paytm webhooks</a>
Refer to instructions and guide to <a href="https://developer.paytm.com/docs/payment-status/" target="_blank">Paytm webhooks</a>
]]>
</comment>
<config_path>payment/paytm/iswebhook</config_path>
</field>

<field id="emisubvention" translate="label" type="select" sortOrder="17" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Enable EMI Subvention</label>
<source_model>One97\Paytm\Model\EmisubventionAction</source_model>
<comment> <![CDATA[
Get your EMI Subvention plans configured at Paytm & then Select "Yes" to offer EMI Subvention to your customers
]]>
</comment>
<config_path>payment/paytm/emisubvention</config_path>
</field>

<field id="bankoffer" translate="label" type="select" sortOrder="18" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Enable Bank Offer</label>
<source_model>One97\Paytm\Model\BankofferAction</source_model>
<comment> <![CDATA[
Get your Bank Offer plans configured at Paytm & then Select "Yes" to provide Bank Offer to your customers
]]>
</comment>
<config_path>payment/paytm/bankoffer</config_path>
</field>

<field id="dcemi" translate="label" type="select" sortOrder="19" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Enable DC EMI</label>
<source_model>One97\Paytm\Model\DcemiAction</source_model>
<comment> <![CDATA[
Get DC EMI enabled for your MID and then select "Yes" to offer DC EMI to your customer. Customer mobile number is mandatory for DC EMI
]]>
</comment>
<config_path>payment/paytm/dcemi</config_path>
</field>
</group>
Expand Down

0 comments on commit 3f48dec

Please sign in to comment.