$this->_adyenLogger->addAdyenNotificationCronjob(sprintf('The grandtotal amount is %s and the total order amount that is authorised is: %s',$grandTotal,$orderAmount));
if($grandTotal==$orderAmount){
$this->_adyenLogger->addAdyenNotificationCronjob('AUTHORISATION has the full amount');
returntrue;
}else{
$this->_adyenLogger->addAdyenNotificationCronjob(
'This is a partial AUTHORISATION, the amount is '.$this->_value