You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registration screen only has an input field for the customer's email address. This is the minimal information you need, but it would be slightly more realistic to also include at least a name input field, e.g.:
This would make the sample infinitesimally more complicated but would probably help users in the long run because it would be closer to what they eventually would need to build.
docs/content/billing/subscriptions/build-subscription.md — in the docs, update the sample client/register.html
client/register.js – here, we'd need to update the emailInput to something more generic, like formInput
We'd need to make these changes for each language in the /server directory.
Bug reportFeature requestThe registration screen only has an input field for the customer's email address. This is the minimal information you need, but it would be slightly more realistic to also include at least a name input field, e.g.:
This would make the sample infinitesimally more complicated but would probably help users in the long run because it would be closer to what they eventually would need to build.
When/if we make this change, we should also update https://stripe.com/docs/billing/subscriptions/build-subscriptions to make sure the samples match.
Describe the
bugchangeChanges would need to happen in following files:
docs/content/billing/subscriptions/build-subscription.md
— in the docs, update the sampleclient/register.html
client/register.js
– here, we'd need to update the emailInput to something more generic, like formInputWe'd need to make these changes for each language in the
/server
directory.Additional context
The text was updated successfully, but these errors were encountered: