Replies: 1 comment 1 reply
-
Hello @luismanrg Here is an example of use setIntegratorId to set the X-Integrator-Id header
We apologize for the delay and for the inconvenience it may have caused to your workflow. Thank you very much for your contact! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mercado Pago PHP SDK 3.0.8
Class "MercadoPago\SDK" not found
Hi, I’m working on an integration with Mercado Pago using their latest SDK version. I need to set the Integrator ID for certification purposes, but I’m running into an issue when calling the following line:
use MercadoPago\SDK;
MercadoPago\SDK::setIntegratorId("INTEGRATOR_ID");
When I try to execute this, I get an error saying that the SDK class cannot be found. I’ve checked the official documentation, but it seems that this function is not available in the latest SDK version.
Has anyone else encountered this issue or knows if the way to implement Integrator ID has changed in the most recent SDK? Is there an additional dependency needed or a different approach I should be using?
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions