Skip to content

Commit 6727b27

Browse files
authored
chore: fix env variables
1 parent e3a719b commit 6727b27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Add the following to the `drivers` section of your `config/parceltrap.php` file:
2323

2424
```
2525
'usps' => [
26-
'api_key' => env('PARCELTRAP_SKELETON_API_KEY'),
26+
'api_key' => env('PARCELTRAP_USPS_API_KEY'),
27+
'source_id' => env('PARCELTRAP_USPS_SOURCE_ID', env('APP_NAME')),
2728
],
2829
```
2930

0 commit comments

Comments
 (0)