Skip to content

Commit

Permalink
updating price table
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomb97 committed Oct 25, 2024
1 parent c782bec commit b2ea373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="container mx-auto">
<h2 class="text-3xl font-bold text-center mb-8">Choose Your Plan</h2>
<LazyScriptStripePricingTable
:pricing-table-id="'prctbl_1Q84prP2aEWXlznlThXwZ00r'"
:publishable-key="'pk_test_51PxqQFP2aEWXlznl5pMNEs2KFFRxQ4k47rGyUjmmdRJpNYIMqdURdAXlnEOdOhXBL9xoiGKiFbCMEXCKOkedfN5v00FdpFFUiL'"
:pricing-table-id="'prctbl_1QDp2D1BO16AwcyZNWPX5eG5'"
:publishable-key="'pk_live_51Pv0md1BO16AwcyZZ0veDulS5rW6IVhQsUOmcgswndsyi5mkuzq4sjt3fOKS5jMEroilhMjYtNNUhixL800tqd7Q00AoYDlb1c'"
v-if="session && session.user"
:client-reference-id="session.user.id.replace(/\|/g, '_')"
:customer-email="session.user.email"
Expand Down

0 comments on commit b2ea373

Please sign in to comment.