Skip to content

Commit

Permalink
fix bug wrong block
Browse files Browse the repository at this point in the history
  • Loading branch information
btn114 committed Nov 26, 2018
1 parent f319678 commit 8ee7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/adminhtml/templates/hook/body.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $fieldClass .= ($note) ? ' with-note' : '';

$fieldAttributes = $fieldId . ' class="' . $fieldClass . '" '
. $block->getUiId('form-field', $element->getId());
$modifiersData = $block->getModifier() ? \Mageplaza\OrderExport\Helper\Data::jsonEncode($block->getModifier()) : '{}';
$modifiersData = $block->getModifier() ? \Mageplaza\Webhook\Helper\Data::jsonEncode($block->getModifier()) : '{}';
?>

<?php if (!$element->getNoDisplay()): ?>
Expand Down

0 comments on commit 8ee7c55

Please sign in to comment.