Notes the user has paid for

I’ve just finished the Building a React App section under The Basics and while setting up the billing to Stripe I couldn’t help wonder where the number of notes the user has paid for is being recorded so we can then set the maximum number of notes that user can create.

We calculate and charge the user for a number of notes and get a success message back from Stripe but we don’t record the number of notes to the users account anywhere.

I skimmed ahead in the tutorial and couldn’t find a section that covers this.

Did I overlook this step or is this not covered in the tutorial?

We just use the billing portion as a way to demonstrate how to integrate with Stripe. It isn’t really implemented in any other way.

Okay no problem. Thanks for the reply.