shop.balmet.com

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

pp_pro.php (1441B)


      1 <?php
      2 // Heading
      3 $_['heading_title']		 = 'PayPal Pro';
      4 
      5 // Text
      6 $_['text_success']		 = 'Success: You have modified PayPal Website Payment Pro Checkout account details!';
      7 $_['text_edit']          = 'Edit PayPal Pro';
      8 $_['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>';
      9 $_['text_authorization'] = 'Authorization';
     10 $_['text_sale']						= 'Sale';
     11 
     12 // Entry
     13 $_['entry_username']	 = 'API Username';
     14 $_['entry_password']	 = 'API Password';
     15 $_['entry_signature']	 = 'API Signature';
     16 $_['entry_test']		 = 'Test Mode';
     17 $_['entry_transaction']	 = 'Transaction Method:';
     18 $_['entry_total']		 = 'Total';
     19 $_['entry_order_status'] = 'Order Status';
     20 $_['entry_geo_zone']	 = 'Geo Zone';
     21 $_['entry_status']		 = 'Status';
     22 $_['entry_sort_order']	 = 'Sort Order';
     23 
     24 // Help
     25 $_['help_test']			 = 'Use the live or testing (sandbox) gateway server to process transactions?';
     26 $_['help_total']		 = 'The checkout total the order must reach before this payment method becomes active';
     27 
     28 // Error
     29 $_['error_permission']	 = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro Checkout!';
     30 $_['error_username']	 = 'API Username Required!';
     31 $_['error_password']	 = 'API Password Required!';
     32 $_['error_signature']	 = 'API Signature Required!';