Skip to content

Commit

Permalink
remove date from copyright in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Jan 10, 2022
1 parent 7b2052e commit 35a2329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Services/DfpService.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2020 Ratepay GmbH
* Copyright (c) Ratepay GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -54,7 +54,7 @@ public function getDfpId($backend = false)
$token = DeviceFingerprint::createDeviceIdentToken($sessionId);

if ($backend === false) {
// if it is a storefront request we will safe the token to the session for later access
// if it is a storefront request we will save the token to the session for later access
// in the admin we only need it once
$this->sessionHelper->setData(self::SESSION_VAR_NAME, $token);
}
Expand Down

0 comments on commit 35a2329

Please sign in to comment.