shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

web_payment_software.php (1341B)


      1 <?php
      2 // Heading
      3 $_['heading_title']				= 'Web Payment Software';
      4 
      5 // Text
      6 $_['text_extension']			= 'Extensions';
      7 $_['text_success']				= 'Success: You have modified Web Payment Software account details!';
      8 $_['text_edit']                 = 'Edit AWeb Payment Software';
      9 $_['text_web_payment_software']	= '<a href="http://www.web-payment-software.com/" target="_blank"><img src="view/image/payment/wps-logo.jpg" alt="Web Payment Software" title="Web Payment Software" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_test']					= 'Test';
     11 $_['text_live']					= 'Live';
     12 $_['text_authorization']		= 'Authorization';
     13 $_['text_capture']				= 'Capture';
     14 
     15 // Entry
     16 $_['entry_login']				= 'Merchant ID';
     17 $_['entry_key']					= 'Merchant Key';
     18 $_['entry_mode']				= 'Transaction Mode';
     19 $_['entry_method']				= 'Transaction Method';
     20 $_['entry_total']				= 'Total';
     21 $_['entry_order_status']		= 'Order Status';
     22 $_['entry_geo_zone']			= 'Geo Zone';
     23 $_['entry_status']				= 'Status';
     24 $_['entry_sort_order']			= 'Sort Order';
     25 
     26 // Help
     27 $_['help_total']				= 'The checkout total the order must reach before this payment method becomes active.';
     28 
     29 // Error
     30 $_['error_permission']			= 'Warning: You do not have permission to modify payment Web Payment Software!';
     31 $_['error_login']				= 'Login ID Required!';
     32 $_['error_key']					= 'Transaction Key Required!';