Changeset 835
- Timestamp:
- 06/20/08 21:23:15 (4 years ago)
- Files:
-
- trunk/common/lib/admin.defines.php (modified) (1 diff)
- trunk/common/lib/agent.defines.php (modified) (1 diff)
- trunk/common/lib/customer.defines.php (modified) (1 diff)
- trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/admin.defines.php
r815 r835 122 122 123 123 124 125 124 126 /* 125 127 * GLOBAL USED VARIABLE trunk/common/lib/agent.defines.php
r815 r835 276 276 277 277 278 279 280 define ("EPAYMENT_PURCHASE_AMOUNT", isset($A2B->config['epayment_method']['purchase_amount_agent'])?$A2B->config['epayment_method']['purchase_amount_agent']:"100"); 281 282 trunk/common/lib/customer.defines.php
r815 r835 1 1 <?php 2 define ("WRITELOG_QUERY",false); 2 3 include_once (dirname(__FILE__)."/Class.A2Billing.php"); 3 4 include_once (dirname(__FILE__)."/Class.Table.php"); trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql
r831 r835 954 954 idtariffgroup, 955 955 idtariffplan); 956 957 --Add new configuration payment agent 958 959 INSERT INTO cc_config ( 960 id , 961 config_title , 962 config_key , 963 config_value , 964 config_description , 965 config_valuetype , 966 config_group_id , 967 config_listvalues 968 )VALUES (NULL , 'Payment Amount', 'purchase_amount_agent', '100:200:500:1000', 'define the different amount of purchase that would be available.', '0', '5', NULL); 969
