Skip to content

Commit

Permalink
set stripe-version in v1 billing meter triggers (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe authored Sep 23, 2024
1 parent 46d3aad commit 667f802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"method": "post",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development"
"Stripe-Version": "2024-09-30.acacia"
},
"params": {}
},
Expand All @@ -51,7 +51,7 @@
"api_base": "https://meter-events.stripe.com",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development",
"Stripe-Version": "2024-09-30.acacia",
"Authorization": "Bearer ${billing_meter_event_session:authentication_token}"
},
"params": {
Expand Down
4 changes: 2 additions & 2 deletions pkg/fixtures/triggers/v1.billing.meter.no_meter_found.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"method": "post",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development"
"Stripe-Version": "2024-09-30.acacia"
},
"params": {}
},
Expand All @@ -20,7 +20,7 @@
"api_base": "https://meter-events.stripe.com",
"headers": {
"Content-Type": "application/json",
"Stripe-Version": "unsafe-development",
"Stripe-Version": "2024-09-30.acacia",
"Authorization": "Bearer ${billing_meter_event_session:authentication_token}"
},
"params": {
Expand Down

0 comments on commit 667f802

Please sign in to comment.