Skip to content

Commit 2e4cd74

Browse files
committed
magento/graphql-ce#961: ShippingAddressInput.postcode: String, is not required by Schema
1 parent 9ced73c commit 2e4cd74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressesOnCart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ public function execute(ContextInterface $context, CartInterface $cart, array $s
6262
}
6363
throw $e;
6464
}
65+
$this->assignShippingAddressToCart->execute($cart, $shippingAddress);
6566
}
6667
}

0 commit comments

Comments
 (0)