should be:
1. $controllers = array(
'storefront' => array(
'responses/extension/teapplix/notify'
),
);
Also move file to this route.
AbanteCart have only 5 types on controllers: common, blocks, pages, responses and task. If you create new one please place it into controller type directory first.
2. rename index() method to main()