$this->_adyenLogger->addAdyenNotificationCronjob(sprintf('The grandtotal amount is %s and the total order amount that is authorised is: %s',$grandTotal,$orderAmount));
$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');