partial #1049
This commit is contained in:
parent
87f05e4940
commit
12c57a2276
@ -612,7 +612,7 @@ class Crunchbutton_Order extends Cana_Table {
|
|||||||
Log::debug( [ 'order' => $order->id_order, 'action' => 'que warningOrderNotConfirmed started', 'time' => c::config()->twilio->warningOrderNotConfirmedTime, 'type' => 'notification' ]);
|
Log::debug( [ 'order' => $order->id_order, 'action' => 'que warningOrderNotConfirmed started', 'time' => c::config()->twilio->warningOrderNotConfirmedTime, 'type' => 'notification' ]);
|
||||||
c::timeout(function() use($order) {
|
c::timeout(function() use($order) {
|
||||||
$order->warningOrderNotConfirmed();
|
$order->warningOrderNotConfirmed();
|
||||||
}, c::config()->twilio->warningOrderNotConfirmedTime );
|
}, c::config()->twilio->warningOrderNotConfirmedTime, false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user