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

Commit

Permalink
Examples: Remove unused const.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Oct 9, 2018
1 parent 3173297 commit 5079955
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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

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

0 comments on commit 5079955

Please sign in to comment.