Issue #899 - debugging

This commit is contained in:
Daniel Camargo 2013-03-25 10:50:00 -03:00
parent eca758fb7b
commit 57b459b80d

View File

@ -16,6 +16,14 @@ class Crunchbutton_Notification extends Cana_Table
// $mail = ($env == 'live' ? $this->value : '_EMAIL');
$fax = ($env == 'live' ? $this->value : '_PHONE_');
Log::debug([
'step' => '0',
'id_notification' => $this->id_notification,
'order' => $order->id_order,
'notification_type' => $this->type,
'type' => 'testing_notification'
]);
switch ($this->type) {
case 'fax':
$mail = new Email_Order([