Skip to content

Commit bf3ca41

Browse files
authored
Fix typo
1 parent c95c606 commit bf3ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'apiURL' => env('SS_URL', 'https://ssapi.shipstation.comm'),
4+
'apiURL' => env('SS_URL', 'https://ssapi.shipstation.com'),
55
'apiKey' => env('SS_KEY', ''),
66
'apiSecret' => env('SS_SECRET', ''),
77
];

0 commit comments

Comments
 (0)