Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Examples: Fix typo in the variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Oct 10, 2018
1 parent 162a2cc commit 1100c99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$merchantId = getenv('MERCHANT_ID') ?: '0';
$sharedSecret = getenv('SHARED_SECRET') ?: 'sharedSecret';
$sessionId = getenv('SESSION_ID') ?: 'sharedSecret';
$sessionId = getenv('SESSION_ID') ?: 'sessionId';

$connector = Klarna\Rest\Transport\Connector::create(
$merchantId,
Expand Down

0 comments on commit 1100c99

Please sign in to comment.