21 lines
338 B
PHP
21 lines
338 B
PHP
<?php
|
|
|
|
/*
|
|
$r = Crunchbutton_Message_Push_Ios::send([
|
|
'to' => '8d9b2a99aa4754686eb76ff3a20c007c808470a7327107e786f6cf0e1696f7ac',
|
|
'message' => 'test',
|
|
'count' => 1,
|
|
'id' => 'order-1',
|
|
'category' => 'order-new-test'
|
|
]);
|
|
|
|
exit;
|
|
*/
|
|
|
|
|
|
$n = Admin_Notification::o(5701);
|
|
$o = Crunchbutton_Order::o(46000);
|
|
|
|
$r = $n->send($o);
|
|
|
|
var_dump($r); |