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)
12371237 'paymentType ' => $ paymentType ,
12381238 'payor ' => [
12391239 'responsibleParty ' => [
1240- 'accountNumber ' => ['value ' => $ this ->getConfigData ('account ' )]
1240+ 'accountNumber ' => ['value ' => $ this ->getConfigData ('account ' )]
12411241 ],
12421242 ],
12431243 ],
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract
3232 /**
3333 * Defines carrier label for "FedEx" shipping method
3434 */
35- const CARRIER_LABEL = 'Federal Express ' ;
35+ protected const CARRIER_LABEL = 'Federal Express ' ;
3636
3737 /**
3838 * Defines carrier code for "FedEx" shipping method
3939 */
40- const CARRIER_CODE = 'fedex ' ;
40+ protected const CARRIER_CODE = 'fedex ' ;
4141
4242 /**
4343 * @var CustomerTokenServiceInterface
@@ -200,9 +200,9 @@ private function getQuery(
200200 method_title
201201 }
202202 }
203- }
203+ }
204204 }
205- }
205+ }
206206QUERY ;
207207 }
208208
You can’t perform that action at this time.
0 commit comments