Skip to content

Commit 55551e6

Browse files
committed
ACP2E-3667: [Mainline ]Fedex International Priority unavailable.
1 parent f629727 commit 55551e6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/code/Magento/Fedex/Setup/Patch/Data/UpdateFedexInternationalPriority.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public function __construct(
2929
}
3030

3131
/**
32-
* {@inheritdoc}
32+
* @inheritdoc
33+
*
3334
* Apply the patch to update INTERNATIONAL_PRIORITY to FEDEX_INTERNATIONAL_PRIORITY
3435
*/
3536
public function apply()
@@ -68,7 +69,7 @@ public function apply()
6869
}
6970

7071
/**
71-
* {@inheritdoc}
72+
* @inheritdoc
7273
*/
7374
public static function getDependencies()
7475
{
@@ -78,15 +79,15 @@ public static function getDependencies()
7879
}
7980

8081
/**
81-
* {@inheritdoc}
82+
* @inheritdoc
8283
*/
8384
public static function getVersion()
8485
{
8586
return '2.0.1';
8687
}
8788

8889
/**
89-
* {@inheritdoc}
90+
* @inheritdoc
9091
*/
9192
public function getAliases()
9293
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<shipment_requesttype>0</shipment_requesttype>
2222
<active>0</active>
2323
<sallowspecific>0</sallowspecific>
24-
<allowed_methods>EUROPE_FIRST_INTERNATIONAL_PRIORITY,FEDEX_1_DAY_FREIGHT,FEDEX_2_DAY_FREIGHT,FEDEX_2_DAY,FEDEX_2_DAY_AM,FEDEX_3_DAY_FREIGHT,FEDEX_EXPRESS_SAVER,FEDEX_GROUND,FIRST_OVERNIGHT,GROUND_HOME_DELIVERY,INTERNATIONAL_ECONOMY,INTERNATIONAL_ECONOMY_FREIGHT,INTERNATIONAL_FIRST,INTERNATIONAL_GROUND,INTERNATIONAL_PRIORITY,INTERNATIONAL_PRIORITY_FREIGHT,PRIORITY_OVERNIGHT,SMART_POST,STANDARD_OVERNIGHT,FEDEX_FREIGHT,FEDEX_NATIONAL_FREIGHT</allowed_methods>
24+
<allowed_methods>EUROPE_FIRST_INTERNATIONAL_PRIORITY,FEDEX_1_DAY_FREIGHT,FEDEX_2_DAY_FREIGHT,FEDEX_2_DAY,FEDEX_2_DAY_AM,FEDEX_3_DAY_FREIGHT,FEDEX_EXPRESS_SAVER,FEDEX_GROUND,FIRST_OVERNIGHT,GROUND_HOME_DELIVERY,INTERNATIONAL_ECONOMY,INTERNATIONAL_ECONOMY_FREIGHT,INTERNATIONAL_FIRST,INTERNATIONAL_GROUND,FEDEX_INTERNATIONAL_PRIORITY,FEDEX_INTERNATIONAL_PRIORITY_EXPRESS,FEDEX_FIRST,FEDEX_PRIORITY,FEDEX_PRIORITY_EXPRESS,FEDEX_PRIORITY_EXPRESS_FREIGHT,FEDEX_PRIORITY_FREIGHT,FEDEX_ECONOMY_SELECT,PRIORITY_EXPRESS,INTERNATIONAL_PRIORITY_FREIGHT,PRIORITY_OVERNIGHT,SMART_POST,STANDARD_OVERNIGHT,FEDEX_FREIGHT,FEDEX_NATIONAL_FREIGHT</allowed_methods>
2525
<cutoff_cost />
2626
<dropoff>REGULAR_PICKUP</dropoff>
2727
<free_method>FEDEX_GROUND</free_method>

0 commit comments

Comments
 (0)