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 e3b46cf + ad80e19 commit d4d30dcCopy full SHA for d4d30dc
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