diff --git a/CHANGELOG.md b/CHANGELOG.md index 6488989fb9..0f0e0750a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501) - Adding missing product reviews form validation [#2475](https://github.com/bigcommerce/cornerstone/pull/2475) - Support Stencil CLI's ESM migration. [#2500](https://github.com/bigcommerce/cornerstone/pull/2500) +- Add missing icon for JCB card provider in the saved payment methods [#2489](https://github.com/bigcommerce/cornerstone/pull/2489) - Remove supporting Apple Pay button stylization [#2491](https://github.com/bigcommerce/cornerstone/pull/2491) - Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness [#2494](https://github.com/bigcommerce/cornerstone/pull/2494) - Bump stencil-utils to 6.18.0 [#2493](https://github.com/bigcommerce/cornerstone/pull/2493) diff --git a/assets/img/payment-methods/jcb.svg b/assets/img/payment-methods/jcb.svg new file mode 100644 index 0000000000..e594ef2034 --- /dev/null +++ b/assets/img/payment-methods/jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config.json b/config.json index f9d3efb487..e16fbecf0b 100644 --- a/config.json +++ b/config.json @@ -378,6 +378,7 @@ "american_express", "diners_club", "discover", + "jcb", "mastercard", "unionpay", "visa"