diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 21db6de65..fe4740619 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -105,7 +105,7 @@ jobs: - name: Stripe CLI run: | - pnpm run stripe:listen & + docker run --add-host=host.docker.internal:host-gateway --rm -it --name=stripe -d stripe/stripe-cli:latest listen --forward-to http://host.docker.internal:3000/api/billing/webhook --skip-verify --api-key "$STRIPE_SECRET_KEY" --log-level debug & - name: Production Build (test env) run: pnpm --filter web build:test diff --git a/packages/billing/gateway/src/components/line-item-details.tsx b/packages/billing/gateway/src/components/line-item-details.tsx index 6aaa87811..3536dbabe 100644 --- a/packages/billing/gateway/src/components/line-item-details.tsx +++ b/packages/billing/gateway/src/components/line-item-details.tsx @@ -18,13 +18,13 @@ export function LineItemDetails( ) { return (