David Carr
David Carr
Thinking of changing this from a start kit that you install to a project you download. That way the repo will contain the complete application codebase and updates can be...
updated example path to match project name.
Are there plans to add support for usage-based billing? I'd like to use this for apps that will be paying for multiple seats, from what I understand the API needs...
added option to set quantities on checkout defaults to 1. This allows usage: ```php $request->user()->checkout('variant-id')->withQuantity(5) ``` This added the array key to the payload ```php ['variant_quantities'] = [ [ 'variant_id'...
WIP - added type hints and return types