add / mod some todos
This commit is contained in:
parent
b5f79767cc
commit
5e60305657
@ -39,6 +39,7 @@ class connect extends BaseController
|
||||
*/
|
||||
public function processRequest()
|
||||
{
|
||||
//todo remove switch, call methods like ->{$Fns}, add check for fnc
|
||||
$Parameter = $this->getParameter();
|
||||
switch ($Parameter['FNC']) {
|
||||
case 'getShopData':
|
||||
@ -240,7 +241,7 @@ MSQL;
|
||||
|
||||
public function checkParameter()
|
||||
{
|
||||
//todo add more check, maybe for methode
|
||||
//todo add more check, maybe for methode (FNC)
|
||||
$aParameter = $this->getParameter();
|
||||
$myConfig = Registry::getConfig();
|
||||
$sSHOPCONNECTTOKEN = md5($aParameter['OXID'].$myConfig->getConfigParam("d3xrechnung_SHOPCONNECTTOKEN"). $aParameter['OXID']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user