diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f85643ff..97f8f76973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Draft - Google AMP feature request - Add in release date info for preorder products. [#2107](https://github.com/bigcommerce/cornerstone/pull/2107) +- Added description field below payment provider name on "My Account" -> "Payment Methods" page. [#2111](https://github.com/bigcommerce/cornerstone/pull/2111) ## 6.0.0 (08-06-2021) - Translation mechanism for config.json has been updated. [#2089](https://github.com/bigcommerce/cornerstone/pull/2089) diff --git a/templates/components/account/payment-methods-list.html b/templates/components/account/payment-methods-list.html index 3eb491b97a..0e3a510bdd 100644 --- a/templates/components/account/payment-methods-list.html +++ b/templates/components/account/payment-methods-list.html @@ -8,6 +8,9 @@

{{display_name}}

+ {{#if description}} +

{{description}}

+ {{/if}}
{{#each stored_instruments}}
@@ -18,7 +21,7 @@

{{!-- If credit card STARTS --}} {{#if brand}} {{#inArray ../../theme_settings.supported_card_type_icons brand }} - {{lang (concat 'account.payment_methods.card_types.' brand)}} + {{lang (concat 'account.payment_methods.card_types.' brand)}} {{/inArray}} {{lang (concat 'account.payment_methods.card_types.' brand)}} {{lang 'account.payment_methods.card_ending_in' last_four=last_4}} {{else}}