Skip to content

Commit 66f8376

Browse files
committed
Resolve "Send Payment Failed Email Copy To" field has no validate email issue24312
1 parent 39cfaa7 commit 66f8376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/etc/adminhtml/system.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
</field>
8484
<field id="copy_to" translate="label comment" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
8585
<label>Send Payment Failed Email Copy To</label>
86+
<validate>validate-emails</validate>
8687
<comment>Separate by ",".</comment>
8788
</field>
8889
<field id="copy_method" translate="label" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">

0 commit comments

Comments
 (0)