|
41 | 41 | <config_path>payment/authorizenet_acceptjs/login</config_path>
|
42 | 42 | <validate>required-entry</validate>
|
43 | 43 | <depends>
|
44 |
| - <field id="*/*/active">1</field> |
| 44 | + <field id="*/authorizenet_acceptjs/active">1</field> |
45 | 45 | </depends>
|
46 | 46 | </field>
|
47 | 47 | <field id="trans_key" translate="label" type="obscure" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="0">
|
|
50 | 50 | <config_path>payment/authorizenet_acceptjs/trans_key</config_path>
|
51 | 51 | <validate>required-entry</validate>
|
52 | 52 | <depends>
|
53 |
| - <field id="*/*/active">1</field> |
| 53 | + <field id="*/authorizenet_acceptjs/active">1</field> |
54 | 54 | </depends>
|
55 | 55 | </field>
|
56 | 56 | <field id="public_client_key" translate="label" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="0">
|
57 | 57 | <label>Public Client Key</label>
|
58 | 58 | <config_path>payment/authorizenet_acceptjs/public_client_key</config_path>
|
59 | 59 | <validate>required-entry</validate>
|
60 | 60 | <depends>
|
61 |
| - <field id="*/*/active">1</field> |
| 61 | + <field id="*/authorizenet_acceptjs/active">1</field> |
62 | 62 | </depends>
|
63 | 63 | </field>
|
64 | 64 | <field id="trans_signature_key" translate="label" type="obscure" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="0">
|
|
67 | 67 | <config_path>payment/authorizenet_acceptjs/trans_signature_key</config_path>
|
68 | 68 | <validate>required-entry</validate>
|
69 | 69 | <depends>
|
70 |
| - <field id="*/*/active">1</field> |
| 70 | + <field id="*/authorizenet_acceptjs/active">1</field> |
71 | 71 | </depends>
|
72 | 72 | </field>
|
73 | 73 | <field id="trans_md5" translate="label" type="obscure" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="0">
|
74 | 74 | <label>Merchant MD5 (deprecated)</label>
|
75 | 75 | <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
|
76 | 76 | <config_path>payment/authorizenet_acceptjs/trans_md5</config_path>
|
77 | 77 | <depends>
|
78 |
| - <field id="*/*/active">1</field> |
| 78 | + <field id="*/authorizenet_acceptjs/active">1</field> |
79 | 79 | </depends>
|
80 | 80 | </field>
|
81 | 81 | </group>
|
|
0 commit comments