shop.balmet.com

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

pp_pro.php (1512B)


      1 <?php
      2 // Heading
      3 $_['heading_title']		 = 'PayPal Pro';
      4 
      5 // Text
      6 $_['text_extension']     = 'Extensions';
      7 $_['text_success']		 = 'Success: You have modified PayPal Website Payment Pro Checkout account details!';
      8 $_['text_edit']          = 'Edit PayPal Pro';
      9 $_['text_pp_pro']		 = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_authorization'] = 'Authorization';
     11 $_['text_sale']			 = 'Sale';
     12 
     13 // Entry
     14 $_['entry_username']	 = 'API Username';
     15 $_['entry_password']	 = 'API Password';
     16 $_['entry_signature']	 = 'API Signature';
     17 $_['entry_test']		 = 'Test Mode';
     18 $_['entry_transaction']	 = 'Transaction Method:';
     19 $_['entry_total']		 = 'Total';
     20 $_['entry_order_status'] = 'Order Status';
     21 $_['entry_geo_zone']	 = 'Geo Zone';
     22 $_['entry_status']		 = 'Status';
     23 $_['entry_sort_order']	 = 'Sort Order';
     24 
     25 // Help
     26 $_['help_test']			 = 'Use the live or testing (sandbox) gateway server to process transactions?';
     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 PayPal Website Payment Pro Checkout!';
     31 $_['error_username']	 = 'API Username Required!';
     32 $_['error_password']	 = 'API Password Required!';
     33 $_['error_signature']	 = 'API Signature Required!';