Skip to content

4.0.0

Compare
Choose a tag to compare
@joecampo joecampo released this 10 Oct 13:07
· 25 commits to master since this release
bf3ca41
  • Created config setting for API URL
    • Must update your shipstation.php config file in app/config to add apiURL key and set a SS_URL variable in your .env https://ssapi.shipstation.com is the production API.

For production

  • Update shipstation.php config in app/config to include: 'apiURL' => env('SS_URL', 'https://ssapi.shipstation.com'),
  • Add to .env: SS_URL=https://ssapi.shipstation.com