Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jbranchaud/tjs 62 Make EW stripe webhook handler deal with TJS stripe events #1427

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/badass/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_HOST: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_SUPPORT_EMAIL: string
Expand Down
1 change: 1 addition & 0 deletions apps/colt-steele/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions apps/devrel-fyi/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions apps/epic-react/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
2 changes: 2 additions & 0 deletions apps/epic-web/.env.development
Expand Up @@ -46,3 +46,5 @@ SENTRY_IGNORE_API_RESOLUTION_ERROR=1

# Product
NEXT_PUBLIC_DEFAULT_PRODUCT_ID=kcd_product_dbf94bf0-66b0-11ee-8c99-0242ac120002

TESTING_JAVASCRIPT_INTERNAL_STRIPE_URL='http://localhost:3018/api/skill/webhook/stripe-internal'
4 changes: 3 additions & 1 deletion apps/epic-web/.env.production
Expand Up @@ -47,4 +47,6 @@ NEXT_PUBLIC_SELLING_LIVE=true

# Axiom Logging
NEXT_PUBLIC_AXIOM_DATASET=epic-web
NEXT_PUBLIC_AXIOM_TOKEN=xaat-db4f77ec-21b0-42e8-b6c5-fd91ce7ce479
NEXT_PUBLIC_AXIOM_TOKEN=xaat-db4f77ec-21b0-42e8-b6c5-fd91ce7ce479

TESTING_JAVASCRIPT_INTERNAL_STRIPE_URL='https://testingjavascript.com/api/skill/webhook/stripe-internal'
1 change: 1 addition & 0 deletions apps/epic-web/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions apps/pro-aws/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions apps/pro-nextjs/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions apps/testing-javascript/process.d.ts
Expand Up @@ -9,6 +9,7 @@ const envVariables = z.object({
NEXTAUTH_URL: z.string(),
NEXTAUTH_SECRET: z.string(),
NEXT_PUBLIC_SITE_TITLE: z.string(),
NEXT_PUBLIC_APP_NAME: z.string(),
NEXT_PUBLIC_URL: z.string(),
NEXT_PUBLIC_PARTNER_FIRST_NAME: z.string(),
NEXT_PUBLIC_PARTNER_LAST_NAME: z.string(),
Expand Down
1 change: 1 addition & 0 deletions apps/total-typescript/.env.development
@@ -1,6 +1,7 @@
## 🛠️ DEVELOPMENT 🛠️ ##

NEXT_PUBLIC_SITE_TITLE="Total TypeScript"
NEXT_PUBLIC_APP_NAME=total-typescript
PORT=3016
NEXTAUTH_URL=http://localhost:3016
NEXTAUTH_SECRET=XKmGZcoWOTDEVuPLGBWMkcj3Df9vJTa2Oyh8f4xUMV0=
Expand Down
1 change: 1 addition & 0 deletions apps/total-typescript/.env.production
@@ -1,4 +1,5 @@
NEXT_PUBLIC_SITE_TITLE="Total TypeScript"
NEXT_PUBLIC_APP_NAME=total-typescript
NEXT_PUBLIC_HOST=www.totaltypescript.com
NEXT_PUBLIC_URL=https://www.totaltypescript.com
NEXTAUTH_URL=https://www.totaltypescript.com
Expand Down
1 change: 1 addition & 0 deletions apps/total-typescript/process.d.ts
Expand Up @@ -3,6 +3,7 @@ declare namespace NodeJS {
NEXTAUTH_URL: string
NEXTAUTH_SECRET: string
NEXT_PUBLIC_SITE_TITLE: string
NEXT_PUBLIC_APP_NAME: string
NEXT_PUBLIC_URL: string
NEXT_PUBLIC_PARTNER_FIRST_NAME: string
NEXT_PUBLIC_PARTNER_LAST_NAME: string
Expand Down
1 change: 1 addition & 0 deletions packages/skill-api/process.d.ts
Expand Up @@ -5,5 +5,6 @@ declare namespace NodeJS {
NEXT_PUBLIC_DEFAULT_PRODUCT_ID: string
SLACK_ANNOUNCE_CHANNEL_ID: string
STRIPE_WEBHOOK_SECRET: string
NEXT_PUBLIC_APP_NAME: string
}
}