Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fxa-payment-server] Change displayed product from plan_nickname #2337

Closed
bbangert opened this issue Aug 28, 2019 · 2 comments
Closed

[fxa-payment-server] Change displayed product from plan_nickname #2337

bbangert opened this issue Aug 28, 2019 · 2 comments
Labels
needs:product Any product questions including missing content or copy

Comments

@bbangert
Copy link
Member

Right now the subscription checkout flow pages show the plan id selected. Stripe indicates this name should be an internal nickname, not displayed to users. The name we display should likely be a combination of the product + the billing interval. For example, for product Firefox Awesome, on a monthly plan, would be `Firefox Awesome - Monthly' or so.

SubHub already supplies the billing interval and product name when looking up the plans, so no API changes are needed.

This change in FxA should be applied anywhere the subscription is displayed (during payment, emails, and subscription management), and a corresponding ticket for SubHub and other IT services that may result in emails.

@johngruen, @stlhood what should the product name be?

@marty331 did you want to file a corresponding issue in the appropriate locations to ensure the new subscription name is carried through?

@clouserw clouserw added the needs:product Any product questions including missing content or copy label Aug 28, 2019
@bbangert
Copy link
Member Author

bbangert commented Sep 3, 2019

I discussed this with @jackiemunroe, and it would be simplest to replace the plan_nickname with the correct display name for the plan. That would avoid any code changes in FxA, and centralize the naming scheme to SubHub for use in all materials.

@clouserw
Copy link
Member

clouserw commented Sep 9, 2019

There is no work for FxA here so closing this.

@clouserw clouserw closed this as completed Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:product Any product questions including missing content or copy
Projects
None yet
Development

No branches or pull requests

2 participants