<?php
/* {{{ vim:ts=4:sw=4:et
About: This file is part of billing framework implementing abstract payment merchant
Documentation: http://atk4.info/doc/billing/
---------------------------------------------------------------------
Agile Toolkit 4
(c) 1999-2010 Agile Technologies Limited
See COPYRIGHT for details
---------------------------------------------------------------------
Authors:
Romans
---------------------------------------------------------------------
}}} */
abstract class billing_Controller_Merchant_generic extends AbstractController implements billing_Controller_Merchant_Interface_CreditCard, billing_Controller_Merchant_Interface_Basic, billing_Controller_Merchant_Interface_Recurring {
}