We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c223484 + 8703b3d commit 3b90ad7Copy full SHA for 3b90ad7
app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save.php
@@ -108,6 +108,7 @@ public function execute()
108
}
109
110
$isNeedCreateLabel = isset($data['create_shipping_label']) && $data['create_shipping_label'];
111
+ $responseAjax = new \Magento\Framework\DataObject();
112
113
try {
114
$this->shipmentLoader->setOrderId($this->getRequest()->getParam('order_id'));
@@ -143,7 +144,6 @@ public function execute()
143
144
$shipment->register();
145
146
$shipment->getOrder()->setCustomerNoteNotify(!empty($data['send_email']));
- $responseAjax = new \Magento\Framework\DataObject();
147
148
if ($isNeedCreateLabel) {
149
$this->labelGenerator->create($shipment, $this->_request);
0 commit comments