shop.balmet.com

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

securetrading_ws.php (1387B)


      1 <?php
      2 $_['text_title'] = 'Credit / Debit card';
      3 $_['text_card_details'] = 'Card details';
      4 $_['text_wait'] = 'Processing your payment';
      5 $_['text_auth_code'] = 'Authorisation code: %s';
      6 $_['text_postcode_check'] = 'Postcode check: %s';
      7 $_['text_security_code_check'] = 'CVV2 check: %s';
      8 $_['text_address_check'] = 'Address check: %s';
      9 $_['text_3d_secure_check'] = '3D Secure: %s';
     10 $_['text_not_given'] = 'Not given';
     11 $_['text_not_checked'] = 'Not checked';
     12 $_['text_match'] = 'Matched';
     13 $_['text_not_match'] = 'Not matched';
     14 $_['text_authenticated'] = 'Authenticated';
     15 $_['text_not_authenticated'] = 'Not authenticated';
     16 $_['text_authentication_not_completed'] = 'Attempted but not completed';
     17 $_['text_unable_to_perform'] = 'Unable to perform';
     18 $_['text_transaction_declined'] = 'Your bank has declined the transaction. Please use a different payment method.';
     19 $_['text_transaction_failed'] = 'Could not process the payment. Please check the details you provided.';
     20 $_['text_connection_error'] = 'Please try again later or use a different payment method.';
     21 
     22 $_['entry_type'] = 'Card type';
     23 $_['entry_number'] = 'Card number';
     24 $_['entry_expire_date'] = 'Expiry date';
     25 $_['entry_cvv2'] = 'Security Code (CVV2)';
     26 
     27 $_['button_confirm'] = 'Confirm';
     28 
     29 $_['error_failure'] = 'Could not complete transaction. Please try again later or use a different payment method.';