-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Hi,
Great details tutorial and all you have included.
One thing that is confusing are the UPDATE_ messages in the codebase.
I understand most all of them, but this one is confusing,
stripe-admin.ts
UPDATE_THIS_WITH_YOUR_STRIPE_APP_NAME
And this one is confusing,
package.json
UPDATE_THIS_WITH_YOUR_STRIPE_PROJECT_NAME
Is the entry in stripe-admin different from the entry in package.json?
When I did some googling I found that Stripe does have a type of project interface, where the name of the project is always there, and if no project name is created by the developer that the name of any given Stripe account's "project" is automatically going to be stripe project id="default".
Is this correct?
What about the stripe-admin entry, where you refer to "STRIPE_APP_NAME" instead of "STRIPE_PROJECT_NAME"?
I appreciate the clarity in this and hopefully you get an incremental improvement on the starter kit as a result.
P.S. Replacing the UPDATE_STRIPE... fields with 'default' works.