diff --git a/CHANGELOG.md b/CHANGELOG.md index b9754fdb86..4664243a05 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 unionpay img to be display on custumers account. [#2260](https://github.com/bigcommerce/cornerstone/pull/2260) - Translations update September 2022. [#2258](https://github.com/bigcommerce/cornerstone/issues/2258) - Unable to navigate to home page from search results page after clicking Back button on browser. [#2238](https://github.com/bigcommerce/cornerstone/issues/2238) - Cannot Vault 16-digit Diners Club cards - creditcards module version is out of date [#2239](https://github.com/bigcommerce/cornerstone/issues/2239) diff --git a/assets/img/payment-methods/unionpay.svg b/assets/img/payment-methods/unionpay.svg new file mode 100644 index 0000000000..ef795c8e90 --- /dev/null +++ b/assets/img/payment-methods/unionpay.svg @@ -0,0 +1 @@ + diff --git a/config.json b/config.json index 69c17b6681..87a67e9103 100644 --- a/config.json +++ b/config.json @@ -345,6 +345,7 @@ "diners_club", "discover", "mastercard", + "unionpay", "visa" ], "supported_payment_methods": [ diff --git a/lang/en.json b/lang/en.json index bf79161036..ab4fb741bb 100755 --- a/lang/en.json +++ b/lang/en.json @@ -405,6 +405,7 @@ "jcb": "JCB", "maestro": "Maestro", "mastercard": "Mastercard", + "unionpay": "Union Pay", "visa": "Visa" }, "paypal": "PayPal",