Skip to content

Commit 4563c18

Browse files
author
Ievgen Sentiabov
committed
MAGETWO-42819: Verify outputs for Authorizenet module
- Fixed typo
1 parent eeb7217 commit 4563c18

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Authorizenet/view/adminhtml/templates/directpost

1 file changed

+1
-1
lines changed

app/code/Magento/Authorizenet/view/adminhtml/templates/directpost/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $ccExpYear = $block->getInfoData('cc_exp_year');
123123
'<?php /* @noEscape */ echo $controller; ?>',
124124
'<?php /* @noEscape */ echo $orderUrl; ?>',
125125
'<?php echo $block->escapeUrl($method->getCgiUrl()); ?>',
126-
'<?php /* @noEscape*/ echo $block->getUrl('*/*/save', ['_secure' => $block->getRequest()->isSecure()]) ?>');
126+
'<?php /* @noEscape */ echo $block->getUrl('*/*/save', ['_secure' => $block->getRequest()->isSecure()]) ?>');
127127

128128
<?php if (!$block->isAjaxRequest()): ?>
129129
});

0 commit comments

Comments
 (0)