File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
code/Magento/SalesGraphQl/Model/Formatter
design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function format(OrderInterface $orderModel): array
57
57
'shipping_address ' => $ this ->orderAddress ->getOrderShippingAddress ($ orderModel ),
58
58
'billing_address ' => $ this ->orderAddress ->getOrderBillingAddress ($ orderModel ),
59
59
'payment_methods ' => $ this ->orderPayments ->getOrderPaymentMethod ($ orderModel ),
60
- 'applied_coupons ' => $ orderModel ->getCouponCode () ? ['code ' => $ orderModel ->getCouponCode ()] : [],
60
+ 'applied_coupons ' => $ orderModel ->getCouponCode () ? [[ 'code ' => $ orderModel ->getCouponCode ()] ] : [],
61
61
'model ' => $ orderModel ,
62
62
'comments ' => $ this ->getOrderComments ($ orderModel )
63
63
];
Original file line number Diff line number Diff line change 24
24
padding : @page-main-actions__padding ;
25
25
}
26
26
27
- .actions-scrollable {
27
+ .customer-index-edit . actions-scrollable {
28
28
.page-actions {
29
29
display : flex ;
30
30
overflow-x : auto ;
You can’t perform that action at this time.
0 commit comments