File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/Fedex/Model
dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1237,7 +1237,7 @@ protected function _formShipmentRequest(\Magento\Framework\DataObject $request)
1237
1237
'paymentType ' => $ paymentType ,
1238
1238
'payor ' => [
1239
1239
'responsibleParty ' => [
1240
- 'accountNumber ' => ['value ' => $ this ->getConfigData ('account ' )]
1240
+ 'accountNumber ' => ['value ' => $ this ->getConfigData ('account ' )]
1241
1241
],
1242
1242
],
1243
1243
],
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract
32
32
/**
33
33
* Defines carrier label for "FedEx" shipping method
34
34
*/
35
- const CARRIER_LABEL = 'Federal Express ' ;
35
+ protected const CARRIER_LABEL = 'Federal Express ' ;
36
36
37
37
/**
38
38
* Defines carrier code for "FedEx" shipping method
39
39
*/
40
- const CARRIER_CODE = 'fedex ' ;
40
+ protected const CARRIER_CODE = 'fedex ' ;
41
41
42
42
/**
43
43
* @var CustomerTokenServiceInterface
@@ -200,9 +200,9 @@ private function getQuery(
200
200
method_title
201
201
}
202
202
}
203
- }
203
+ }
204
204
}
205
- }
205
+ }
206
206
QUERY ;
207
207
}
208
208
You can’t perform that action at this time.
0 commit comments