partial # 2183 - No Call for 1am Max CB

This commit is contained in:
Daniel Camargo 2013-11-27 12:46:42 -02:00
parent 926fc78a22
commit 16f5340001

View File

@ -197,6 +197,7 @@ return;
$notification = $this;
$notification = Notification_Log::o( $notification->id_notification_log );
if( $notification->id_notification_log ){
Log::debug( [ 'order' => $notification->id_order, 'action' => 'MAX CB - confirmed', 'status' => $notification->status, 'type' => 'notification' ]);
if( $notification->status != 'success' ){
$this->tellRepsAboutMaxConfirmationCall();
}