Skip to content

Commit

Permalink
fix: use meter-events.stripe.com instead of events.stripe.com (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe authored Sep 18, 2024
1 parent acb55dc commit 3bf89da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "create_billing_meter_event_stream",
"path": "/v2/billing/meter_event_stream",
"method": "post",
"api_base": "https://events.stripe.com",
"api_base": "https://meter-events.stripe.com",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development",
Expand Down
2 changes: 1 addition & 1 deletion pkg/fixtures/triggers/v1.billing.meter.no_meter_found.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "create_billing_meter_event_stream",
"path": "/v2/billing/meter_event_stream",
"method": "post",
"api_base": "https://events.stripe.com",
"api_base": "https://meter-events.stripe.com",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development",
Expand Down

0 comments on commit 3bf89da

Please sign in to comment.