Skip to content

Commit

Permalink
perf(payment agent): 🎨 add WebMoney icon for payment agent (binary-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv authored and adrienne-deriv committed Nov 17, 2022
1 parent 2d2248e commit 7cd6eac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ const normalized_payment_methods = {
Mandirisyariah: ['mandirisyariah'],
Moneygram: ['moneygram'],
Paypal: ['paypal'],
PerfectMoney: ['perfectmoney'],
PerfectMoney: ['perfectmoneyandwebmoney', 'perfectmoney'],
Permatabank: ['permatabank'],
Tether: ['tether'],
Verve: ['verve'],
WebMoney: ['perfectmoneyandwebmoney', 'webmoney'],
Wechatpay: ['wechatpay'],
Zenithbank: ['zenithbank'],
};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/components/src/components/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ import './cashier/ic-cashier-viettle-pay.svg';
import './cashier/ic-cashier-visa-dark.svg';
import './cashier/ic-cashier-visa-light.svg';
import './cashier/ic-cashier-wallet.svg';
import './cashier/ic-cashier-web-money-dark.svg';
import './cashier/ic-cashier-web-money-light.svg';
import './cashier/ic-cashier-wechatpay-dark.svg';
import './cashier/ic-cashier-wechatpay-light.svg';
import './cashier/ic-cashier-withdraw-wallet.svg';
Expand Down Expand Up @@ -296,6 +298,7 @@ import './common/ic-driving-licence-front.svg';
import './common/ic-driving-license-dashboard.svg';
import './common/ic-driving-license.svg';
import './common/ic-edit.svg';
import './common/ic-email-changed.svg';
import './common/ic-email-firewall.svg';
import './common/ic-email-outline-new.svg';
import './common/ic-email-outline.svg';
Expand Down
4 changes: 3 additions & 1 deletion packages/components/stories/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export const icons =
'IcCashierPaymentAgent',
'IcCashierPaypalDark',
'IcCashierPaypalLight',
'IcCashierPaymentAgent',
'IcCashierPerfectMoneyDark',
'IcCashierPerfectMoneyLight',
'IcCashierPermatabankDark',
Expand Down Expand Up @@ -182,6 +181,8 @@ export const icons =
'IcCashierVisaDark',
'IcCashierVisaLight',
'IcCashierWallet',
'IcCashierWebMoneyDark',
'IcCashierWebMoneyLight',
'IcCashierWechatpayDark',
'IcCashierWechatpayLight',
'IcCashierWithdrawWallet',
Expand Down Expand Up @@ -304,6 +305,7 @@ export const icons =
'IcDrivingLicenseDashboard',
'IcDrivingLicense',
'IcEdit',
'IcEmailChanged',
'IcEmailFirewall',
'IcEmailOutlineNew',
'IcEmailOutline',
Expand Down

0 comments on commit 7cd6eac

Please sign in to comment.