Skip to content

Commit

Permalink
Merge pull request #31 from Web3Auth/feat/add-test-cards-link
Browse files Browse the repository at this point in the history
Add test cards link for nft checkout
  • Loading branch information
chaitanyapotti authored Jun 7, 2024
2 parents 7af170d + 019cecc commit ced9102
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/NFTCheckoutDetails/NFTCheckoutDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { Button } from '@toruslabs/vue-components/Button'
import { Card } from '@toruslabs/vue-components/Card'
import { Icon } from '@toruslabs/vue-components/Icon'
import { Link } from '@toruslabs/vue-components/Link'
import CardHeading from '../CardHeading'
import { computed, onMounted, ref } from 'vue'
import { useWeb3authStore } from '../../store/web3authStore'
Expand Down Expand Up @@ -103,7 +104,10 @@ const demoNftPurchaseUrl = computed(
<Icon name="shopping-cart-solid-icon" class="!w-8 !h-8 text-app-gray-400" />
<h4 class="text-xl text-app-gray-900 font-semibold mt-4">Experience NFT Checkout</h4>
<p class="text-sm font-normal text-app-gray-500 mb-4">
Preview what NFT buying would feel like for your application or wallet
Preview what NFT buying would feel like for your application or wallet.
<Link target="_blank" href="https://docs.stripe.com/testing#cards"
>Try our test cards</Link
>
</p>
<Button
variant="secondary"
Expand Down

0 comments on commit ced9102

Please sign in to comment.