public
Description: An Authorize.net DataSource and Plugin for CakePHP 1.2+
Homepage: http://github.com/pointlessjon/authnet
Clone URL: git://github.com/pointlessjon/authnet.git
authnet / authnet_app_controller.php
100644 8 lines (4 sloc) 0.066 kb
1
2
3
4
5
6
7
8
<?php
 
class AuthnetAppController extends AppController {
 
}
 
?>