Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushn21 committed Sep 12, 2024
1 parent 7f750ce commit 2975a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stripe/6_metered_billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2975a6b

Please sign in to comment.