shop.balmet.com

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

globalpay.php (2328B)


      1 <?php
      2 // Heading
      3 $_['text_title']				= 'Credit / Debit card (Globalpay)';
      4 
      5 // Button
      6 $_['button_confirm']			= 'Confirm';
      7 
      8 // Entry
      9 $_['entry_cc_type']				= 'Card Type';
     10 
     11 // Text
     12 $_['text_success']				= 'Your payment has been authorised.';
     13 $_['text_decline']				= 'Your payment was unsuccessful';
     14 $_['text_bank_error']			= 'There was an error processing your request with the bank.';
     15 $_['text_generic_error']		= 'There was an error processing your request.';
     16 $_['text_hash_failed']			= 'Hash check failed. Do not try your payment again as the payment status is unknown. Please contact the merchant.';
     17 $_['text_link']					= 'Please click <a href="%s">here</a> to continue';
     18 $_['text_select_card']			= 'Please select your card type';
     19 $_['text_result']				= 'Auth result';
     20 $_['text_message']				= 'Message';
     21 $_['text_cvn_result']			= 'CVN result';
     22 $_['text_avs_postcode']			= 'AVS postcode';
     23 $_['text_avs_address']			= 'AVS address';
     24 $_['text_eci']					= 'ECI (3D secure) result';
     25 $_['text_tss']					= 'TSS result';
     26 $_['text_order_ref']			= 'Order ref';
     27 $_['text_timestamp']			= 'Timestamp';
     28 $_['text_card_type']			= 'Card type';
     29 $_['text_card_digits']			= 'Card number';
     30 $_['text_card_exp']				= 'Card expire';
     31 $_['text_card_name']			= 'Card name';
     32 $_['text_3d_s1']				= 'Cardholder Not Enrolled, liability shift';
     33 $_['text_3d_s2']				= 'Unable To Verify Enrolment, no liability shift';
     34 $_['text_3d_s3']				= 'Invalid Response From Enrolment Server, no liability shift';
     35 $_['text_3d_s4']				= 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift';
     36 $_['text_3d_s5']				= 'Successful Authentication, liability shift';
     37 $_['text_3d_s6']				= 'Authentication Attempt Acknowledged, liability shift';
     38 $_['text_3d_s7']				= 'Incorrect Password Entered, no liability shift';
     39 $_['text_3d_s8']				= 'Authentication Unavailable, no liability shift';
     40 $_['text_3d_s9']				= 'Invalid Response From ACS, no liability shift';
     41 $_['text_3d_s10']				= 'RealMPI Fatal Error, no liability shift';
     42 $_['text_3d_liability']     	= 'No Liability Shift';
     43 $_['text_card_visa']			= 'Visa';
     44 $_['text_card_mc']				= 'Mastercard';
     45 $_['text_card_amex']			= 'American Express';
     46 $_['text_card_switch']			= 'Switch';
     47 $_['text_card_laser']			= 'Laser';
     48 $_['text_card_diners']			= 'Diners';