diff --git a/pages/nft-book-store/collection/send/shipping/[collectionId].vue b/pages/nft-book-store/collection/send/shipping/[collectionId].vue index af7554ca3..01e166460 100644 --- a/pages/nft-book-store/collection/send/shipping/[collectionId].vue +++ b/pages/nft-book-store/collection/send/shipping/[collectionId].vue @@ -88,6 +88,14 @@ + + + +
+ Name + + {{ orderInfo.shippingDetails.name }} +
{{ key }} diff --git a/pages/nft-book-store/send/shipping/[classId].vue b/pages/nft-book-store/send/shipping/[classId].vue index 1125a8a32..b9aff49c5 100644 --- a/pages/nft-book-store/send/shipping/[classId].vue +++ b/pages/nft-book-store/send/shipping/[classId].vue @@ -98,6 +98,14 @@ + + + +
+ Name + + {{ orderInfo.shippingDetails.name }} +
{{ key }}