Skip to content

Commit 3167048

Browse files
AC-13257::Migrate USPS integration from outdated Web Tools APIs to new RESTful USPS APIs
1 parent 56fbf97 commit 3167048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Shipping\Block\Adminhtml\Order;
@@ -18,14 +18,14 @@
1818
class Packaging extends \Magento\Backend\Block\Template
1919
{
2020
/**
21-
* Source size model
21+
* Source size model instance
2222
*
2323
* @var \Magento\Shipping\Model\Carrier\Source\GenericInterface
2424
*/
2525
protected $_sourceSizeModel;
2626

2727
/**
28-
* Core registry
28+
* Core registry instance
2929
*
3030
* @var \Magento\Framework\Registry
3131
*/

0 commit comments

Comments
 (0)