perpetual_payments.php (734B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit or Debit Card (Processed securely by Perpetual Payments)'; 4 $_['text_credit_card'] = 'Credit Card Details'; 5 $_['text_transaction'] = 'Transaction ID:'; 6 $_['text_avs'] = 'AVS/CVV:'; 7 $_['text_avs_full_match'] = 'Full match'; 8 $_['text_avs_not_match'] = 'Not matched'; 9 $_['text_authorisation'] = 'Authorisation code:'; 10 11 // Entry 12 $_['entry_cc_number'] = 'Card Number'; 13 $_['entry_cc_start_date'] = 'Card Valid From Date'; 14 $_['entry_cc_expire_date'] = 'Card Expiry Date'; 15 $_['entry_cc_cvv2'] = 'Card Security Code (CVV2)'; 16 $_['entry_cc_issue'] = 'Card Issue Number'; 17 18 // Help 19 $_['help_start_date'] = '(if available)'; 20 $_['help_issue'] = '(for Maestro and Solo cards only)';