Skip to content

Commit

Permalink
Yearly subscription (#95)
Browse files Browse the repository at this point in the history
* yearly subscription

* changed the yearly subscription to '2 months for free'

* Change billling toggle

* Add separator and tune description

---------

Co-authored-by: Pedro Ribeiro <[email protected]>
  • Loading branch information
Rodriguespn and tubarao312 authored Mar 4, 2024
1 parent 987b814 commit 4b2df21
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 265 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-dev-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:

# Stripe
VITE_PRO_PRICE_ID: ${{ secrets.VITE_PRO_PRICE_ID_DEV }}
VITE_PRO_PRICE_YEARLY_ID: ${{ secrets.VITE_PRO_PRICE_YEARLY_ID_DEV }}

jobs:
build_and_deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:

# Stripe
VITE_PRO_PRICE_ID: ${{ secrets.VITE_PRO_PRICE_ID }}
VITE_PRO_PRICE_YEARLY_ID: ${{ secrets.VITE_PRO_PRICE_YEARLY_ID }}

jobs:
build_and_deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:

# Stripe
VITE_PRO_PRICE_ID: ${{ secrets.VITE_PRO_PRICE_ID_DEV }}
VITE_PRO_PRICE_YEARLY_ID: ${{ secrets.VITE_PRO_PRICE_YEARLY_ID_DEV }}

jobs:
build_and_preview:
Expand Down
Loading

0 comments on commit 4b2df21

Please sign in to comment.