Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Nov 2, 2023
1 parent e90b0b7 commit 3a4867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VendConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function authenticateWith(callable $callable): static
protected function defaultHeaders(): array
{
return [
'User-Agent' => 'SimpleSquid-Vend/'.InstalledVersions::getVersion('simplesquid/vend'),
'User-Agent' => 'SimpleSquid-Vend/'.InstalledVersions::getVersion('simplesquid/vend-sdk'),
];
}

Expand Down

0 comments on commit 3a4867e

Please sign in to comment.