cardinity.php (965B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit Card / Debit Card (Cardinity)'; 4 $_['text_payment_success'] = 'Payment success, details below'; 5 $_['text_payment_failed'] = 'Payment failed, details below'; 6 7 // Entry 8 $_['entry_holder'] = 'Card Holder Name'; 9 $_['entry_pan'] = 'Card Number'; 10 $_['entry_expires'] = 'Expires'; 11 $_['entry_exp_month'] = 'Month'; 12 $_['entry_exp_year'] = 'Year'; 13 $_['entry_cvc'] = 'CVC'; 14 15 // Error 16 $_['error_process_order'] = 'There was an error processing your order. Please contact the shop administrator for help.'; 17 $_['error_invalid_currency'] = 'Please use a valid currency.'; 18 $_['error_finalizing_payment'] = 'Error finalizing payment.'; 19 $_['error_unknown_order_id'] = 'Could not find cardinity payment with this order_id.'; 20 $_['error_invalid_hash'] = 'Invalid hash.'; 21 $_['error_payment_declined'] = 'Payment was declined by issuing bank.'; 22 23 // Button 24 $_['button_confirm'] = 'Pay Now';