OXID eShop CE
4.9.6
|
Public Member Functions | |
getVat () | |
setVat ($dVat) | |
getTsProducts ($dPrice) | |
getTsProduct ($sTsId) | |
requestForTsProtection ($aValues, $sPaymentId) | |
checkCertificate ($iTrustedShopId, $blTsTestMode) | |
executeSoap ($sSoapUrl, $sFunction, $sValues) | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
__construct () | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Member Functions | |
_getTsPaymentId ($sPaymentId) | |
_getTsAllProducts () | |
_getTsProductCurrId ($sTsId, $sCurr) |
Protected Attributes | |
$_aAllProducts = null | |
$_dVat = null | |
$_sTsCurrencyProducts |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
static | $_oConfig = null |
static | $_oSession = null |
static | $_oRights = null |
static | $_oActUser = null |
static | $_blIsAdmin = null |
TRusted shops protection product manager.
Definition at line 7 of file oxtsprotection.php.
|
protected |
|
protected |
Returns TS payment id by shop payment id
string | $sPaymentId | payment id |
Definition at line 223 of file oxtsprotection.php.
|
protected |
Returns TS protection product id by currency
string | $sTsId | product id |
string | $sCurr | active currency |
Definition at line 266 of file oxtsprotection.php.
oxTsProtection::checkCertificate | ( | $iTrustedShopId, | |
$blTsTestMode | |||
) |
Executes TS certificate check
integer | $iTrustedShopId | Trusted shop Id |
bool | $blTsTestMode | if test mode is on |
Definition at line 170 of file oxtsprotection.php.
oxTsProtection::executeSoap | ( | $sSoapUrl, | |
$sFunction, | |||
$sValues | |||
) |
Executes SOAP call
string | $sSoapUrl | soap url |
string | $sFunction | soap function |
string | $sValues | values sent per soap |
Definition at line 198 of file oxtsprotection.php.
oxTsProtection::getTsProduct | ( | $sTsId | ) |
Returns TS protection product by id
string | $sTsId | TS protection product id |
Definition at line 88 of file oxtsprotection.php.
oxTsProtection::getTsProducts | ( | $dPrice | ) |
Returns array of TS protection products according to order price
float | $dPrice | order price |
Definition at line 66 of file oxtsprotection.php.
oxTsProtection::getVat | ( | ) |
oxTsProtection::requestForTsProtection | ( | $aValues, | |
$sPaymentId | |||
) |
Executes TS protection
array | $aValues | Order values |
string | $sPaymentId | Order payment id |
Definition at line 104 of file oxtsprotection.php.
oxTsProtection::setVat | ( | $dVat | ) |
|
protected |
Definition at line 15 of file oxtsprotection.php.
|
protected |
Definition at line 23 of file oxtsprotection.php.
|
protected |
Definition at line 30 of file oxtsprotection.php.