We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 062662d + 5bbb8bb commit ad80e19Copy full SHA for ad80e19
app/code/Magento/QuoteGraphQl/Model/Cart/ExtractDataFromAddress.php
@@ -55,6 +55,7 @@ public function execute(QuoteAddress $address): array
55
'code' => $address->getShippingMethod(),
56
'label' => $address->getShippingDescription(),
57
'free_shipping' => $address->getFreeShipping(),
58
+ 'amount' => $address->getShippingAmount()
59
],
60
'items_weight' => $address->getWeight(),
61
'customer_notes' => $address->getCustomerNotes()
0 commit comments