Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 468018f

Browse files
authored
updated currencies of crypto payment methods (#1897)
1 parent 87c5441 commit 468018f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/payment-methods/_payment-data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const payment_data = [
572572
// },
573573
{
574574
method: <StyledIcon src={Bitcoin} alt="Bitcoin" />,
575-
currencies: 'USD EUR AUD GBP',
575+
currencies: 'BTC',
576576
min_max_deposit: <Localize translate_text='No minimum' />,
577577
min_max_withdrawal: <Localize translate_text='0.0022' />,
578578
deposit_time: <Localize translate_text="Funds available as soon as confirmed" />,
@@ -597,7 +597,7 @@ const payment_data = [
597597
// },
598598
{
599599
method: <StyledIcon src={Ethereum} alt="Ethereum" />,
600-
currencies: 'USD EUR AUD GBP',
600+
currencies: 'ETH',
601601
min_max_deposit: <Localize translate_text='No minimum' />,
602602
min_max_withdrawal: <Localize translate_text='0.013' />,
603603
deposit_time: <Localize translate_text="Funds available as soon as confirmed" />,
@@ -634,7 +634,7 @@ const payment_data = [
634634
// },
635635
{
636636
method: <StyledIcon src={Litecoin} alt="Litecoin" />,
637-
currencies: 'USD EUR AUD GBP',
637+
currencies: 'LTC',
638638
min_max_deposit: <Localize translate_text='No minimum' />,
639639
min_max_withdrawal: <Localize translate_text='0.085' />,
640640
deposit_time: <Localize translate_text="Funds available as soon as confirmed" />,
@@ -695,7 +695,7 @@ const payment_data = [
695695
// },
696696
{
697697
method: <StyledIcon src={Tether} alt="Tether" />,
698-
currencies: 'USD EUR AUD GBP',
698+
currencies: 'USDT',
699699
min_max_deposit: <Localize translate_text='No minimum' />,
700700
min_max_withdrawal: <Localize translate_text='25' />,
701701
deposit_time: <Localize translate_text="Funds available as soon as confirmed" />,

0 commit comments

Comments
 (0)