|
@@ -2,9 +2,6 @@
|
|
|
|
|
|
require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
|
|
|
|
|
|
-$content = $_SERVER['post_content'];
|
|
|
-$input = json_decode($content,true);
|
|
|
-
|
|
|
-refill\RefillFactory::instance()->notify('weit',$input);
|
|
|
+refill\RefillFactory::instance()->notify('weit',$_POST);
|
|
|
|
|
|
echo ('success');
|