Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Wojciechowski committed Mar 19, 2024
1 parent c5f3c5a commit 42cdd42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Model/TpayPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ class TpayPayment extends Adapter implements TpayInterface
/** @var LoggerInterface */
protected $logger;

protected $cache;

private $supportedVendors = [
'visa',
'jcb',
Expand Down Expand Up @@ -118,6 +120,7 @@ public function __construct(
$this->configurationProvider = $configurationProvider;
$this->infoInstance = $infoInstance;
$this->resolver = $resolver;
$this->cache = $cache;
parent::__construct(
$eventManager,
$valueHandlerPool,
Expand Down

0 comments on commit 42cdd42

Please sign in to comment.