We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f5dea commit 8b0d3d2Copy full SHA for 8b0d3d2
app/code/Magento/AuthorizenetAcceptjs/view/adminhtml/templates/payment/script.phtml
@@ -9,9 +9,8 @@
9
<script>
10
//<![CDATA[
11
require(
12
- [
13
- 'Magento_AuthorizenetAcceptjs/js/payment-form'
14
- ], function(Authorizenet) {
+ ['Magento_AuthorizenetAcceptjs/js/payment-form'],
+ function(Authorizenet) {
15
var config = <?= /* @noEscape */ $block->getPaymentConfig() ?>,
16
form = "#payment_form_<?= $block->escapeJs($block->escapeHtml($block->getMethodCode())) ?>";
17
0 commit comments