collab: Rename symbols for existing Stripe synchronization (#29570)
This PR renames the symbols for the existing Stripe synchronization. This will make things clearer once the new synchronization job for the new billing is added. Release Notes: - N/A
This commit is contained in:
parent
1d7c86bf0d
commit
9abeedf0c6
3 changed files with 11 additions and 9 deletions
|
@ -268,7 +268,7 @@ impl StripeBilling {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub async fn bill_model_usage(
|
||||
pub async fn bill_model_token_usage(
|
||||
&self,
|
||||
customer_id: &stripe::CustomerId,
|
||||
model: &StripeModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue