diff --git a/docs/stripe/6_metered_billing.md b/docs/stripe/6_metered_billing.md index b995e6c4..7610c037 100644 --- a/docs/stripe/6_metered_billing.md +++ b/docs/stripe/6_metered_billing.md @@ -9,7 +9,7 @@ Metered billing are subscriptions where the price fluctuates monthly. For exampl This will create a new metered billing subscription. You can then create meter events to bill for usage: ```ruby -pay_subscription.create_meter_event(:api_request, value: 1) +@user.payment_processor.create_meter_event(:api_request, value: 1) ``` If your price is using the legacy usage records system, you will need to use the below method: