Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieAranha authored Dec 27, 2024
1 parent 1d4a19b commit 16d6290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/restClient/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class RestClient {
...(integratorId ? { [AppConfig.Headers.INTEGRATOR_ID]: integratorId } : {}),
...(plataformId ? { [AppConfig.Headers.PLATFORM_ID]: plataformId } : {}),
...(meliSessionId ? { [AppConfig.Headers.MELI_SESSION_ID]: meliSessionId } : {}),
...(expandResponseNodes ? { [AppConfig.Headers.EXPAND_RESPONSE_NODES]: expandResponseNodes } : {}),
...(expandRespondeNodes ? { [AppConfig.Headers.EXPAND_RESPONDE_NODES]: expandRespondeNodes } : {}),
...(cardValidation ? { [AppConfig.Headers.CARD_VALIDATION]: cardValidation } : {}),
};

Expand Down

0 comments on commit 16d6290

Please sign in to comment.