Authored by yyq

bug

... ... @@ -238,7 +238,7 @@ class PaymentModel
$fraudData = IndexData::getResourceData(self::FRAUD_CONTENT_CODE);
if (!empty($fraudData['data'])) {
foreach ($fraudData['data']) as $info) {
foreach ($fraudData['data'] as $info) {
if ($info['template_name'] === 'text' && !empty($info['data']['text'])) {
$result = $info['data']['text'];
}
... ...