(03-13-2021, 06:24 PM)iRedds Wrote: PHP Code:
use Some\Class // <- import namespace
class
{
use Some\Class // <- use trait
}
You are trying to use the class as a trait.
Hello IRedds thank you for answering me, add a lot for me to collaborate with the progress in this. eh managed to solve thanks to some tests.
As you will see the definition was functional when i have removed a data from the configuration parameter of it:
The error:
Mercadopago\SDK:etAccessToken resolved by removing the word [
Mercadopago\ ]
PHP Code:
SDK::setAccessToken("TEST-1682012079503888-040315-5125e2254ad3118592785c001ad47c70-184874455");
Thank you for joining me on the advance. Best regards.