Skip to content

Commit 599494a

Browse files
[ECP-8706] Updating comment and tooltips for the Risk Management section (#3235)
1 parent d630b27 commit 599494a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

etc/adminhtml/system/adyen_risk_management.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,26 @@
4141
</field>
4242
<field id="fraud_manual_review_status" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
4343
<label>Manual review status</label>
44-
<tooltip>This status will be triggered when Adyen notifies your Magento module that the payment has come under Manual Review. If you do not have this set up or do not want a separate status, please keep it on the default (e.g.'— Please Select —').</tooltip>
44+
<tooltip>Select a specific status for orders that require manual intervention before fulfillment. This helps your team identify "held" orders in the Magento order grid. Leave as '— Please Select —' to use your default order status.</tooltip>
4545
<source_model>Magento\Sales\Model\Config\Source\Order\Status\NewStatus</source_model>
4646
<config_path>payment/adyen_abstract/fraud_manual_review_status</config_path>
47+
<comment>
48+
<![CDATA[
49+
Manual Review features require a Revenue Protect Premium subscription. Contact support@adyen.com for setup assistance. To learn more about Manual Review, refer to
50+
<a target="_blank" href="https://docs.adyen.com/risk-management/case-management">Adyen documentation</a>.
51+
]]>
52+
</comment>
4753
</field>
4854
<field id="fraud_manual_review_accept_status" translate="label" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
4955
<label>Manual review accepted status</label>
50-
<tooltip>Only relevant if you do not have an action defined when you accept a manual review. This status will be triggered when a 'MANUAL_REVIEW_ACCEPT' webhook is received from Adyen. If you have already asked Adyen to set an action for this (e.g. capture) or don't want a separate status for this, please keep it on the default (e.g.'— Please Select —')</tooltip>
56+
<tooltip>The status to be applied when an order is approved in the Adyen Customer Area. If you have already configured Adyen to automate the next step (e.g., capture) or don't need a specific status for accepted reviews, keep this as '— Please Select —'.</tooltip>
5157
<source_model>Magento\Sales\Model\Config\Source\Order\Status\Processing</source_model>
5258
<config_path>payment/adyen_abstract/fraud_manual_review_accept_status</config_path>
59+
<comment>
60+
<![CDATA[
61+
Part of the Case Management premium feature set. See the field above for setup and documentation details.
62+
]]>
63+
</comment>
5364
</field>
5465
</group>
5566
</include>

0 commit comments

Comments
 (0)