Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ScopeConfigInterface $scopeConfig) | |
isActive ($storeId=null) | |
getApiKey ($storeId=null) | |
getApiUrl ($storeId=null) | |
isDebugModeEnabled ($storeId=null) | |
Signifyd integration configuration.
Class is a proxy service for retrieving configuration settings.
Definition at line 16 of file Config.php.
__construct | ( | ScopeConfigInterface | $scopeConfig | ) |
Config constructor.
ScopeConfigInterface | $scopeConfig |
Definition at line 28 of file Config.php.
getApiKey | ( | $storeId = null | ) |
Signifyd API Key used for authentication.
int | null | $storeId |
Definition at line 59 of file Config.php.
getApiUrl | ( | $storeId = null | ) |
Base URL to Signifyd REST API. Usually equals to https://api.signifyd.com/v2 and should not be changed
int | null | $storeId |
Definition at line 76 of file Config.php.
isActive | ( | $storeId = null | ) |
If this config option set to false no Signifyd integration should be available (only possibility to configure Signifyd setting in admin)
int | null | $storeId |
Definition at line 40 of file Config.php.
isDebugModeEnabled | ( | $storeId = null | ) |
If is "true" extra information about interaction with Signifyd API are written to debug.log file
int | null | $storeId |
Definition at line 92 of file Config.php.