Skip to content

Commit 8740c5f

Browse files
committed
fix: wallets redirection
1 parent ec4a1ca commit 8740c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/javascript/app/base/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Header = (() => {
8080
}
8181

8282
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}`);
8484
});
8585
applyToAllElements('.url-appstore', (el) => {
8686
el.href = Url.urlForDeriv('appstore/traders-hub', `ext_platform_url=${ext_platform_url}`);
@@ -110,7 +110,7 @@ const Header = (() => {
110110
el.href = Url.urlForDeriv('redirect', `action=manage_account&ext_platform_url=${ext_platform_url}`);
111111
});
112112
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}`);
114114
});
115115
};
116116

0 commit comments

Comments
 (0)