shop.balmet.com

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

perpetual_payments.php (997B)


      1 <?php
      2 // Heading
      3 $_['heading_title']		 = 'Perpetual Payments';
      4 
      5 // Text
      6 $_['text_extension']	 = 'Extensions';
      7 $_['text_success']		 = 'Success: You have modified Perpetual Payments account details!';
      8 $_['text_edit']          = 'Edit Perpetual Payments';
      9 
     10 // Entry
     11 $_['entry_auth_id']		 = 'Authorization ID';
     12 $_['entry_auth_pass']	 = 'Authorization Password';
     13 $_['entry_test']		 = 'Test Mode';
     14 $_['entry_total']		 = 'Total';
     15 $_['entry_order_status'] = 'Order Status';
     16 $_['entry_geo_zone']	 = 'Geo Zone';
     17 $_['entry_status']		 = 'Status';
     18 $_['entry_sort_order']	 = 'Sort Order';
     19 
     20 // Help
     21 $_['help_test']			 = 'Use this module in Test (YES) or Production mode (NO)?';
     22 $_['help_total']		 = 'The checkout total the order must reach before this payment method becomes active.';
     23 
     24 // Error
     25 $_['error_permission']	 = 'Warning: You do not have permission to modify payment Perpetual Payments!';
     26 $_['error_auth_id']		 = 'Authorization ID Required!';
     27 $_['error_auth_pass']	 = 'Authorization Password Required!';