Skip to content

About security.js #145

Closed Answered by icaldana
artmadeit asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @artmadeit!

I double-checked, and I was able to see the values properly 🤔

  1. Could you please provide more details or a code snippet?
  2. About the security script on Bricks, it is not required, although it is nice to have it. Here is an example of how this looks like on python
import mercadopago
from mercadopago.config import RequestOptions

request_options = RequestOptions(custom_headers={"X-meli-session-id": "<replace_here>"})
# ...

result = sdk.payment().create(payment_data, request_options)

I hope that helps, thank you!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by icaldana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants