Skip to content

Commit c333d32

Browse files
Merge pull request #8587 from magento-gl/GL_Arrows_101023
Arrows Bugfix Delivery
2 parents feedc93 + bf4a379 commit c333d32

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

app/code/Magento/Fedex/Model/Carrier.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php
2-
/**
2+
/************************************************************************
3+
*
34
* Copyright 2023 Adobe
45
* All Rights Reserved.
56
*
6-
* ADOBE CONFIDENTIAL
7-
*
87
* NOTICE: All information contained herein is, and remains
98
* the property of Adobe and its suppliers, if any. The intellectual
109
* and technical concepts contained herein are proprietary to Adobe
@@ -13,6 +12,7 @@
1312
* Dissemination of this information or reproduction of this material
1413
* is strictly forbidden unless prior written permission is obtained
1514
* from Adobe.
15+
* ***********************************************************************
1616
*/
1717

1818
namespace Magento\Fedex\Model;

app/code/Magento/Fedex/Model/Source/PickupType.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22
/************************************************************************
3-
*
4-
* ADOBE CONFIDENTIAL
5-
* ___________________
63
*
74
* Copyright 2023 Adobe
85
* All Rights Reserved.

app/code/Magento/Fedex/Test/Unit/Model/CarrierTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php
2-
/**
2+
/************************************************************************
3+
*
34
* Copyright 2023 Adobe
45
* All Rights Reserved.
56
*
6-
* ADOBE CONFIDENTIAL
7-
*
87
* NOTICE: All information contained herein is, and remains
98
* the property of Adobe and its suppliers, if any. The intellectual
109
* and technical concepts contained herein are proprietary to Adobe
@@ -13,6 +12,7 @@
1312
* Dissemination of this information or reproduction of this material
1413
* is strictly forbidden unless prior written permission is obtained
1514
* from Adobe.
15+
* ***********************************************************************
1616
*/
1717

1818
declare(strict_types=1);

app/code/Magento/Fedex/etc/adminhtml/system.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
33
/************************************************************************
4-
*
5-
* ADOBE CONFIDENTIAL
6-
* ___________________
74
*
85
* Copyright 2014 Adobe
96
* All Rights Reserved.

app/code/Magento/Fedex/etc/config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
33
/************************************************************************
4-
*
5-
* ADOBE CONFIDENTIAL
6-
* ___________________
74
*
85
* Copyright 2014 Adobe
96
* All Rights Reserved.

0 commit comments

Comments
 (0)