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
5757 'shipping_address ' => $ this ->orderAddress ->getOrderShippingAddress ($ orderModel ),
5858 'billing_address ' => $ this ->orderAddress ->getOrderBillingAddress ($ orderModel ),
5959 'payment_methods ' => $ this ->orderPayments ->getOrderPaymentMethod ($ orderModel ),
60- 'applied_coupons ' => $ orderModel ->getCouponCode () ? ['code ' => $ orderModel ->getCouponCode ()] : [],
60+ 'applied_coupons ' => $ orderModel ->getCouponCode () ? [[ 'code ' => $ orderModel ->getCouponCode ()] ] : [],
6161 'model ' => $ orderModel ,
6262 'comments ' => $ this ->getOrderComments ($ orderModel )
6363 ];
Original file line number Diff line number Diff line change 2424 padding : @page-main-actions__padding ;
2525}
2626
27- .actions-scrollable {
27+ .customer-index-edit . actions-scrollable {
2828 .page-actions {
2929 display : flex ;
3030 overflow-x : auto ;
You can’t perform that action at this time.
0 commit comments