Devin Smith 2aec0e2f47 test
2015-03-31 14:11:12 -07:00

8 lines
110 B
PHP

<?php
$n = Admin_Notification::o(5524);
$o = Crunchbutton_Order::o(46000);
$r = $n->send($o);
var_dump($r);