Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: update payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Aug 1, 2024
1 parent 1310431 commit 48edc0c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
3 changes: 2 additions & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"401450104": "> 3 - 5 billion",
"405110755": "You can trade forex, cryptocurrencies, and derived on Deriv Trader. Some markets may not be available in certain countries.",
"405259925": "Fast CFDs platform with inbuilt copy trading.",
"405698432": "25 - 200",
"406403062": "Can I change my growth rate after opening the contract?",
"407739127": "A monthly service fee of USD 1,500 will be charged at the end of each month. The fee is accrued and only charged if the minimum volume requirements are not exceeded.",
"408925924": "Up to x1000",
Expand Down Expand Up @@ -441,7 +442,6 @@
"441137968": "- Enter your stake or preferred potential payout amount.",
"441557166": "Deriv X - a multi-asset CFD trading platform available on Deriv",
"442871824": "Predict which of the next 5 price ticks will be the highest or the lowest.",
"443075033": "25 - 100",
"443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
"443887309": "Your credit card balance may be insufficient.",
"445501522": "<0>LQD.US</0> The iShares iBoxx $ Investment Grade Corporate Bond ETF tracks the performance of an index of US dollar-denominated, investment-grade corporate bonds.",
Expand Down Expand Up @@ -1496,6 +1496,7 @@
"1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Intuitive tools",
"1452901553": "Derived trading gives you a chance to make a profit from correctly predicting the price movement of instruments that mimic characteristics of financial markets or are derived from them.",
"1453497322": "10-500",
"1454068319": "To use Deriv P2P, you’ll first need a Deriv real USD account. If you don’t already have one, <0>sign up for free</0>.",
"1454243296": "Minimal capital requirements, limited risk",
"1454599585": "<0>Escrow fund protection</0>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@ const payment_data: PaymentDataProps[] = [
data: [
{
method: <StyledIcon src={Visa} alt="visa" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 5,000_t_',
min_max_withdrawal: '_t_10 - 10,000_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10 - 500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_1 working day_t_',
description:
Expand All @@ -550,9 +550,9 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={VisaElectron} alt="visa electron" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 5,000_t_',
min_max_withdrawal: '_t_10 - 10,000_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10 - 500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_1 working day_t_',
description:
Expand All @@ -561,19 +561,19 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={Maestro} alt="maestro" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 5,000_t_',
min_max_withdrawal: '_t_Not applicable_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10-500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
description: '_t_Make deposits using your credit and debit cards._t_',
name: 'maestro',
},
{
method: <StyledIcon src={MasterCard} alt="mastercard" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 5,000_t_',
min_max_withdrawal: '_t_Not applicable_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10 - 500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
description: '_t_Make deposits using your credit and debit cards._t_',
Expand All @@ -589,19 +589,19 @@ const payment_data: PaymentDataProps[] = [
data: [
{
method: <StyledIcon src={Skrill} alt="skrill" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 10,000_t_',
min_max_withdrawal: '_t_10 - 10,000_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10 - 500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_1 working day_t_',
description: '_t_Make instant e-wallet deposits._t_',
name: 'skrill',
},
{
method: <StyledIcon src={Neteller} alt="neteller" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_10 - 10,000_t_',
min_max_withdrawal: '_t_10 - 10,000_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 500_t_',
min_max_withdrawal: '_t_10 - 500_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_1 working day_t_',
description: '_t_Make instant e-wallet deposits._t_',
Expand All @@ -626,8 +626,8 @@ const payment_data: PaymentDataProps[] = [
data: [
{
method: <StyledIcon src={Eps} alt="eps" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_25 - 100_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_25 - 200_t_',
min_max_withdrawal: '_t_Not applicable_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
Expand All @@ -636,8 +636,8 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={GiroPay} alt="giropay" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_25 - 100_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_25 - 200_t_',
min_max_withdrawal: '_t_Not applicable_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
Expand All @@ -646,8 +646,8 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={Przelewy24} alt="przelewy24" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_25 - 100_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_25 - 200_t_',
min_max_withdrawal: '_t_Not applicable_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
Expand All @@ -656,8 +656,8 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={RapidTransfer} alt="rapid transfer" />,
currencies: 'USD, EUR, GBP',
min_max_deposit: '_t_25 - 100_t_',
currencies: 'USD, EUR',
min_max_deposit: '_t_25 - 200_t_',
min_max_withdrawal: '_t_Not applicable_t_',
deposit_time: '_t_Instant_t_',
withdrawal_time: '_t_Not applicable_t_',
Expand All @@ -667,7 +667,7 @@ const payment_data: PaymentDataProps[] = [
},
{
method: <StyledIcon src={Ideals} alt="ideals" />,
currencies: 'USD, EUR, GBP',
currencies: 'USD, EUR',
min_max_deposit: '_t_10 - 10,000_t_',
min_max_withdrawal: '_t_Not applicable_t_',
deposit_time: '_t_Instant_t_',
Expand Down

0 comments on commit 48edc0c

Please sign in to comment.