pp_payflow.php (1246B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit or Debit Card (Processed securely by PayPal)'; 4 $_['text_credit_card'] = 'Credit Card Details'; 5 $_['text_start_date'] = '(if available)'; 6 $_['text_issue'] = '(for Maestro and Solo cards only)'; 7 $_['text_wait'] = 'Please wait!'; 8 9 // Entry 10 $_['entry_cc_owner'] = 'Card Owner:'; 11 $_['entry_cc_type'] = 'Card Type:'; 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 // Error 19 $_['error_required'] = 'Warning: All payment information fields are required.'; 20 $_['error_general'] = 'Warning: A general problem has occurred with the transaction. Please try again.'; 21 $_['error_config'] = 'Warning: Payment module configuration error. Please verify the login credentials.'; 22 $_['error_address'] = 'Warning: A match of the Payment Address City, State, and Postal Code failed. Please try again.'; 23 $_['error_declined'] = 'Warning: This transaction has been declined. Please try again.'; 24 $_['error_invalid'] = 'Warning: The provided credit card information is invalid. Please try again.';