1.) Fixed deleting gateway issue (deleting it from the database)
This commit is contained in:
@@ -102,7 +102,8 @@ class Gateway extends BaseGateway {
|
|||||||
$oConnection->begin();
|
$oConnection->begin();
|
||||||
$iResult = $oGateWay->delete();
|
$iResult = $oGateWay->delete();
|
||||||
$oConnection->commit();
|
$oConnection->commit();
|
||||||
return $iResult;
|
//return $iResult;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw(new Exception('This row doesn\'t exists!'));
|
throw(new Exception('This row doesn\'t exists!'));
|
||||||
|
|||||||
Reference in New Issue
Block a user