From b1537926539b6ae889bdd4908cb45066f60e2b89 Mon Sep 17 00:00:00 2001 From: Vitaliy Koshovyi Date: Mon, 23 Aug 2021 17:02:46 +0300 Subject: [PATCH] feat(payment): ADYEN-242 Added notice to Adyen vaulted cards at My account page --- CHANGELOG.md | 1 + templates/components/account/payment-methods-list.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbe0b9d37..293c54a6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,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) - Translation for states select field on account signup page. [#2105](https://github.com/bigcommerce/cornerstone/pull/2105) +- 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..3b6593e77d 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}}