You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olá! Quando faço a troca do $shipment = new Shipment($token, Environment::SANDBOX); por $shipment = new Shipment($token, Environment::PRODUCTION);, obviamente gerando um novo token, ele retorna vazio.
The text was updated successfully, but these errors were encountered:
Olá! Quando faço a troca do
$shipment = new Shipment($token, Environment::SANDBOX);
por$shipment = new Shipment($token, Environment::PRODUCTION);
, obviamente gerando um novo token, ele retorna vazio.The text was updated successfully, but these errors were encountered: