File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ const Header = (() => {
80
80
}
81
81
82
82
applyToAllElements ( '.url-wallet-apps' , ( el ) => {
83
- el . href = Url . urlForDeriv ( 'wallets ' , `ext_platform_url=${ ext_platform_url } ` ) ;
83
+ el . href = Url . urlForDeriv ( '' , `ext_platform_url=${ ext_platform_url } ` ) ;
84
84
} ) ;
85
85
applyToAllElements ( '.url-appstore' , ( el ) => {
86
- el . href = Url . urlForDeriv ( 'appstore/traders-hub ' , `ext_platform_url=${ ext_platform_url } ` ) ;
86
+ el . href = Url . urlForDeriv ( '' , `ext_platform_url=${ ext_platform_url } ` ) ;
87
87
} ) ;
88
88
applyToAllElements ( '.url-reports-positions' , ( el ) => {
89
89
el . href = Url . urlForDeriv ( 'reports/positions' , `ext_platform_url=${ ext_platform_url } ` ) ;
@@ -110,7 +110,7 @@ const Header = (() => {
110
110
el . href = Url . urlForDeriv ( 'redirect' , `action=manage_account&ext_platform_url=${ ext_platform_url } ` ) ;
111
111
} ) ;
112
112
applyToAllElements ( '.url-wallets-deposit' , el => {
113
- el . href = Url . urlForDeriv ( 'wallets/cashier/transfer ' , `ext_platform_url=${ ext_platform_url } ` ) ;
113
+ el . href = Url . urlForDeriv ( 'redirect ' , `action=payment_transfer& ext_platform_url=${ ext_platform_url } ` ) ;
114
114
} ) ;
115
115
} ;
116
116
You can’t perform that action at this time.
0 commit comments