Skip to content

Commit

Permalink
feat: configure Stripe API version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez committed Oct 16, 2023
1 parent 5547eee commit 418a9fd
Show file tree
Hide file tree
Showing 10 changed files with 1,267 additions and 1,255 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ STRIPE_SECRET_KEY=sk_test_
STRIPE_WEBHOOK_SECRET=whsec_
SCHEMA=stripe
PORT=8080
API_KEY=api_key_test
API_KEY=api_key_test
STRIPE_API_VERSION="2020-08-27"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
db:
container_name: stripe-db
image: supabase/postgres:15.1.0.104
image: supabase/postgres:15.1.0.125
command: postgres -c config_file=/etc/postgresql/postgresql.conf
restart: unless-stopped
ports:
Expand Down
Loading

0 comments on commit 418a9fd

Please sign in to comment.