File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/billing/method
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Config Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 40
40
</div>
41
41
<script>
42
42
require(["Magento_Sales/order/create/form"], function(){
43
- <?php if ($ _methodsCount == 1 ):?>
44
- order.switchPaymentMethod('<?php /* @escapeNotVerified */ echo $ block ->getSelectedMethodCode (); ?> ');
45
- <?php else : ?>
43
+ <?php if ($ _methodsCount != 1 ):?>
46
44
order.setPaymentMethod('<?php /* @escapeNotVerified */ echo $ block ->getSelectedMethodCode (); ?> ');
47
45
<?php endif ; ?>
48
46
});
Original file line number Diff line number Diff line change 3
3
* Copyright © 2016 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \Framework \Test \Unit \ ObjectManager \Config ;
6
+ namespace Magento \Framework \ObjectManager \ Test \Unit \Config ;
7
7
8
8
use Magento \Framework \ObjectManager \Config \Compiled as CompiledConfig ;
9
9
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
You can’t perform that action at this time.
0 commit comments