pointlessjon / authnet

An Authorize.net DataSource and Plugin for CakePHP 1.2+

This URL has Read+Write access

authnet / authnet_app_model.php
100644 8 lines (4 sloc) 0.056 kb
1
2
3
4
5
6
7
8
<?php
 
class AuthnetAppModel extends AppModel {
 
}
 
?>