I'm using Laravel 5's Cashier, and would like to add additional fees to a user's monthly bill.
Stripe has this functionality available through their API: https://stripe.com/docs/subscriptions#metered-billing-and-one-time-charges
However, it does not look like Cashier is setup to handle this. Any ideas on how this could be added with Cashier?