Skip to content

Commit c8298ef

Browse files
committed
ACP2E-3667: [Mainline ]Fedex International Priority unavailable.
1 parent 9285314 commit c8298ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx/SetFedExShippingMethodsOnCartTest.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 2019 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -25,7 +25,7 @@
2525
* | FEDEX_2_DAY | 2 Day
2626
* | FIRST_OVERNIGHT | First Overnight
2727
* | INTERNATIONAL_ECONOMY |International Economy
28-
* | INTERNATIONAL_PRIORITY | International Priority
28+
* | FEDEX_INTERNATIONAL_PRIORITY | International Priority
2929
*/
3030
class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract
3131
{
@@ -170,7 +170,7 @@ public static function dataProviderShippingMethodsBasedOnCanadaAddress(): array
170170
return [
171171
'Ground' => ['FEDEX_GROUND', 'Ground'],
172172
'International Economy' => ['INTERNATIONAL_ECONOMY', 'International Economy'],
173-
'International Priority' => ['INTERNATIONAL_PRIORITY', 'International Priority'],
173+
'International Priority' => ['FEDEX_INTERNATIONAL_PRIORITY', 'International Priority'],
174174
];
175175
}
176176

0 commit comments

Comments
 (0)