Skip to content

Commit 13b6c32

Browse files
authored
fixed issue with sync order button (#205)
1 parent d2e20c3 commit 13b6c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/Sales/view/adminhtml/templates/system/config/pull_orders.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
});
4949
</script>
5050

51-
<?= $block->escapeHtml($block->getButtonHtml()) ?>
51+
<?= /* @noEscape */ $block->getButtonHtml() ?>
5252
<span id="fb_pull_orders_result">
5353
<img class="fb-pull-orders-processing" hidden="hidden" alt="Processing" style="margin:0 5px" src=
5454
"<?= $block->escapeUrl($block->getViewFileUrl('images/process_spinner.gif')) ?>"

0 commit comments

Comments
 (0)