From 588f12a6bd9f99f22c008525c5d347a97b718347 Mon Sep 17 00:00:00 2001 From: bc-ania Date: Fri, 11 Oct 2024 15:09:33 +0200 Subject: [PATCH] feat(payment): PI-1099 add missing JCB icon in saved payment methods --- CHANGELOG.md | 1 + assets/img/icon-sprite.svg | 75 +++++++++++++++++++++++++++++- assets/img/payment-methods/jcb.svg | 1 + config.json | 1 + 4 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 assets/img/payment-methods/jcb.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index c1334b8cec..3c6d3bdfcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Add missing icon for JCB card provider in the saved payment methods - Cornerstone changes to support inc/ex tax price lists on PDP [#2486](https://github.com/bigcommerce/cornerstone/pull/2486) - Viewing Orders after logging into customer account displays incorrect quantity of products ordered compared to Order details page. [#2482](https://github.com/bigcommerce/cornerstone/pull/2482) - High severity security issue [#2477](https://github.com/bigcommerce/cornerstone/pull/2477) diff --git a/assets/img/icon-sprite.svg b/assets/img/icon-sprite.svg index debb4aa553..e5105d3c4c 100644 --- a/assets/img/icon-sprite.svg +++ b/assets/img/icon-sprite.svg @@ -1 +1,74 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file 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 d8272ab00b..3c539307b4 100644 --- a/config.json +++ b/config.json @@ -378,6 +378,7 @@ "american_express", "diners_club", "discover", + "jcb", "mastercard", "unionpay", "visa"