authorizenet_aim.php (1585B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Authorize.Net (AIM)'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Authorize.Net (AIM) account details!'; 8 $_['text_edit'] = 'Edit Authorize.Net (AIM)'; 9 $_['text_test'] = 'Test'; 10 $_['text_live'] = 'Live'; 11 $_['text_authorization'] = 'Authorization'; 12 $_['text_capture'] = 'Capture'; 13 $_['text_authorizenet_aim'] = '<a onclick="window.open(\'http://reseller.authorize.net/application/?id=5561142\');"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; 14 15 // Entry 16 $_['entry_login'] = 'Login ID'; 17 $_['entry_key'] = 'Transaction Key'; 18 $_['entry_hash'] = 'MD5 Hash'; 19 $_['entry_server'] = 'Transaction Server'; 20 $_['entry_mode'] = 'Transaction Mode'; 21 $_['entry_method'] = 'Transaction Method'; 22 $_['entry_total'] = 'Total'; 23 $_['entry_order_status'] = 'Order Status'; 24 $_['entry_geo_zone'] = 'Geo Zone'; 25 $_['entry_status'] = 'Status'; 26 $_['entry_sort_order'] = 'Sort Order'; 27 28 // Help 29 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 30 31 // Error 32 $_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!'; 33 $_['error_login'] = 'Login ID Required!'; 34 $_['error_key'] = 'Transaction Key Required!';