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
this error keeps showing, im using shippo in laravel app and i generated a test api key
i put in my env : SHIPPO_PRIVATE=shippo_test_cc2023********************************************
and I called it in my shippo class like so: public function __construct() { // Grab this private key from .env and setup the Shippo api Shippo::setApiKey(env('SHIPPO_PRIVATE')); }
what Im I doing worng please help
The text was updated successfully, but these errors were encountered:
this error keeps showing, im using shippo in laravel app and i generated a test api key
i put in my env :
SHIPPO_PRIVATE=shippo_test_cc2023********************************************
and I called it in my shippo class like so:
public function __construct() { // Grab this private key from .env and setup the Shippo api Shippo::setApiKey(env('SHIPPO_PRIVATE')); }
what Im I doing worng please help
The text was updated successfully, but these errors were encountered: