We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
token_account
1 parent 8f755ae commit 69be2ddCopy full SHA for 69be2dd
packages/apps/yapay/src/util/yapay-api.ts
@@ -11,7 +11,7 @@ export const getYapayAxios = async () => {
11
});
12
yapayAxios.interceptors.request.use((config) => {
13
if (config.data && typeof config.data === 'object' && !config.data.token) {
14
- config.data.token = YAPAY_API_TOKEN;
+ config.data.token_account = YAPAY_API_TOKEN;
15
} else {
16
config.params = {
17
token_account: YAPAY_API_TOKEN,
0 commit comments