We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a719b commit 6727b27Copy full SHA for 6727b27
1 file changed
README.md
@@ -23,7 +23,8 @@ Add the following to the `drivers` section of your `config/parceltrap.php` file:
23
24
```
25
'usps' => [
26
- 'api_key' => env('PARCELTRAP_SKELETON_API_KEY'),
+ 'api_key' => env('PARCELTRAP_USPS_API_KEY'),
27
+ 'source_id' => env('PARCELTRAP_USPS_SOURCE_ID', env('APP_NAME')),
28
],
29
30
0 commit comments