Skip to content

Commit

Permalink
most recent spec updates, comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Sep 30, 2024
1 parent fb9bc30 commit ff37e21
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 @@ -2,7 +2,7 @@
# frozen_string_literal: true

module Stripe
# This event occurs when an async usage event error report is generated.
# This event occurs when there are invalid async usage events for a given meter.
class V1BillingMeterErrorReportTriggeredEvent < Stripe::V2::Event
def self.lookup_type
"v1.billing.meter.error_report_triggered"
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

module Stripe
# This event occurs when an async usage event is missing a meter.
# This event occurs when async usage events have missing or invalid meter ids.
class V1BillingMeterNoMeterFoundEvent < Stripe::V2::Event
def self.lookup_type
"v1.billing.meter.no_meter_found"
Expand Down

0 comments on commit ff37e21

Please sign in to comment.