fix(checkout-summary): unificar textos y labels del resumen de compra#2884
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
Este PR ajusta el contenido y el formato del
CheckoutSummarypara que la información del bloque Resumen de tu compra sea consistente entre planes de Marketing y Add-ons (ES/EN), y para que la facturación se muestre como período (Mensual/Trimestral/Semestral/Anual) en lugar de1/3/6/12 meses.Cambios incluidos
1) Checkout Summary (Marketing)
Tu plan de email marketing->checkoutProcessSuccess.plan_type_title.CheckoutSummaryButton) para este flujo.Archivo:
src/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js2) Checkout Summary (Add-ons)
AddOnPlanInformationdeja de forzarthousandSeparatorNumber()internamente para soportarReactNodey mostrar textos formateados por tipo (ej: "500 envíos", "500 messages").CheckoutSummary, para Chat/OnSite/Push se pasaquantitycomoFormattedMessage+ número formateado.Archivos:
src/components/Plans/Checkout/CheckoutSummary/AddOnPlanInformation/index.jssrc/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js3) i18n ES/EN (estructura y copy)
chat_plan_quantity_titleonsite_plan_quantity_titlepush_notification_plan_quantity_titleMensual,Trimestral,Semestral,AnualMonthly,Quarterly,Biannual,Annuallanguage-files.test.Archivos:
src/i18n/es.jssrc/i18n/en.jsValidaciones ejecutadas
prettier --checksobre archivos modificados ✅yarn test:related ...✅src/i18n/language-files.test✅Commits
427fd462fix(checkout-summary): usar periodos de facturacion en lugar de mesesd4de8901fix(checkout-summary): ajustar labels de facturacion y textos en resumen