File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/code/Magento/QuoteGraphQl
Model/Resolver/ShippingAdress Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \QuoteGraphQl \Model \Resolver \ShippingAdress ;
8
+ namespace Magento \QuoteGraphQl \Model \Resolver \ShippingAddress ;
9
9
10
10
use Magento \Framework \Api \ExtensibleDataObjectConverter ;
11
11
use Magento \Framework \Exception \LocalizedException ;
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \QuoteGraphQl \Model \Resolver ;
8
+ namespace Magento \QuoteGraphQl \Model \Resolver \ ShippingAddress ;
9
9
10
10
use Magento \Framework \Exception \LocalizedException ;
11
11
use Magento \Framework \GraphQl \Config \Element \Field ;
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ type CartAddress {
154
154
country : CartAddressCountry
155
155
telephone : String
156
156
address_type : AdressTypeEnum
157
- available_shipping_methods : [AvailableShippingMethod ] @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ ShippingAdress \\ AvailableShippingMethods" )
158
- selected_shipping_method : SelectedShippingMethod @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ ShippingAdress \\ SelectedShippingMethod" )
157
+ available_shipping_methods : [AvailableShippingMethod ] @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ ShippingAddress \\ AvailableShippingMethods" )
158
+ selected_shipping_method : SelectedShippingMethod @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ ShippingAddress \\ SelectedShippingMethod" )
159
159
items_weight : Float
160
160
customer_notes : String
161
161
cart_items : [CartItemQuantity ]
You can’t perform that action at this time.
0 commit comments