@@ -33,11 +33,9 @@ class Ledger
3333 #
3434 # As usage for a customer is reported into Orb, credits may be deducted according
3535 # to the customer's plan configuration. An automated deduction of this type will
36- # result in a ledger entry, also with a starting and ending balance. In order to
37- # provide better tracing capabilities for automatic deductions, Orb always
38- # associates each automatic deduction with the `event_id` at the time of
39- # ingestion, used to pinpoint _why_ credit deduction took place and to ensure that
40- # credits are never deducted without an associated usage event.
36+ # result in a ledger entry, also with a starting and ending balance. Each day's
37+ # usage for a particular price, invoice, and block will be grouped into a single
38+ # entry.
4139 #
4240 # By default, Orb uses an algorithm that automatically deducts from the _soonest
4341 # expiring credit block_ first in order to ensure that all credits are utilized
@@ -486,11 +484,9 @@ def create_entry_by_external_id(external_customer_id, params)
486484 #
487485 # As usage for a customer is reported into Orb, credits may be deducted according
488486 # to the customer's plan configuration. An automated deduction of this type will
489- # result in a ledger entry, also with a starting and ending balance. In order to
490- # provide better tracing capabilities for automatic deductions, Orb always
491- # associates each automatic deduction with the `event_id` at the time of
492- # ingestion, used to pinpoint _why_ credit deduction took place and to ensure that
493- # credits are never deducted without an associated usage event.
487+ # result in a ledger entry, also with a starting and ending balance. Each day's
488+ # usage for a particular price, invoice, and block will be grouped into a single
489+ # entry.
494490 #
495491 # By default, Orb uses an algorithm that automatically deducts from the _soonest
496492 # expiring credit block_ first in order to ensure that all credits are utilized
0 commit comments