Description:
I've added a method to make an API call to Stripe to create a meter event. The response from the Stripe SDK is returned to the caller to handle as needed.
Checklist:
[x] Code follows the project's coding standards
[x] Documentation has been updated (if applicable)
Pull Request
Summary: Usage records for usage based billing is now a legacy method in Stripe. Meter events are the new way to track usage: https://docs.stripe.com/api/billing/meter-event?lang=ruby.
Description: I've added a method to make an API call to Stripe to create a meter event. The response from the Stripe SDK is returned to the caller to handle as needed.
Checklist: