Model/Api/ThreeDsSession.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
StoreManagerInterface $storeManager,
ConfigBase $configBase,
ClientFactory $httpClientFactory,
Json $json,
ThreeDsSessionDataInterfaceFactory $sessionData
When fetching an array index from a value of type string,
found an array index of type 'session',
but expected the index to be of type int
Open
Open
$data->setSessionId($session['session']);
- Exclude checks
Possibly zero references to use statement for classlike/namespace LocalizedException
(\Magento\Framework\Exception\LocalizedException)
Open
Open
use Magento\Framework\Exception\LocalizedException;
- Exclude checks
Possibly zero references to use statement for classlike/namespace LaminasClient
(\Magento\Framework\HTTP\LaminasClient)
Open
Open
use Magento\Framework\HTTP\LaminasClient;
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'expires_at',
but expected the index to be of type int
Open
Open
$data->setExpiresAt($session['expires_at']);
- Exclude checks