$this->_debugData[$this->_count]['_processNotification error']='Failed to create billing agreement for this order (listRecurringCall did not contain contract)';
$this->_debugData[$this->_count]['_processNotification ref']=printf('recurringDetailReference in notification is %1',$recurringDetailReference);
$this->_debugData[$this->_count]['_processNotification customer ref']=printf('CustomerReference is: %1 and storeId is %2',$customerReference,$storeId);
$message=__('Failed to create billing agreement for this order (listRecurringCall did not contain contract)');
}
...
...
@@ -714,7 +714,7 @@ class Cron
}
break;
default:
$this->_debugData[$this->_count]['_processNotification info']=sprintf('This notification event: %s is not supported so will be ignored',$this->_eventCode);
$this->_debugData['_processNotification info']=sprintf('This notification event: %s is not supported so will be ignored',$this->_eventCode);