firstdata.php (3744B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'First Data EMEA Connect (3DSecure enabled)'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified First Data account details!'; 8 $_['text_edit'] = 'Edit First Data EMEA Connect (3DSecure enabled)'; 9 $_['text_notification_url'] = 'Notification URL'; 10 $_['text_live'] = 'Live'; 11 $_['text_demo'] = 'Demo'; 12 $_['text_enabled'] = 'Enabled'; 13 $_['text_merchant_id'] = 'Store ID'; 14 $_['text_secret'] = 'Shared secret'; 15 $_['text_capture_ok'] = 'Capture was successful'; 16 $_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; 17 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 18 $_['text_settle_auto'] = 'Sale'; 19 $_['text_settle_delayed'] = 'Pre auth'; 20 $_['text_success_void'] = 'Transaction has been voided'; 21 $_['text_success_capture'] = 'Transaction has been captured'; 22 $_['text_firstdata'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; 23 $_['text_payment_info'] = 'Payment information'; 24 $_['text_capture_status'] = 'Payment captured'; 25 $_['text_void_status'] = 'Payment voided'; 26 $_['text_order_ref'] = 'Order ref'; 27 $_['text_order_total'] = 'Total authorised'; 28 $_['text_total_captured'] = 'Total captured'; 29 $_['text_transactions'] = 'Transactions'; 30 $_['text_column_amount'] = 'Amount'; 31 $_['text_column_type'] = 'Type'; 32 $_['text_column_date_added'] = 'Created'; 33 $_['text_confirm_void'] = 'Are you sure you want to void the payment?'; 34 $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; 35 36 // Entry 37 $_['entry_merchant_id'] = 'Store ID'; 38 $_['entry_secret'] = 'Shared secret'; 39 $_['entry_total'] = 'Total'; 40 $_['entry_sort_order'] = 'Sort order'; 41 $_['entry_geo_zone'] = 'Geo zone'; 42 $_['entry_status'] = 'Status'; 43 $_['entry_debug'] = 'Debug logging'; 44 $_['entry_live_demo'] = 'Live / Demo'; 45 $_['entry_auto_settle'] = 'Settlement type'; 46 $_['entry_card_select'] = 'Select card'; 47 $_['entry_tss_check'] = 'TSS checks'; 48 $_['entry_live_url'] = 'Live connection URL'; 49 $_['entry_demo_url'] = 'Demo connection URL'; 50 $_['entry_status_success_settled'] = 'Success - settled'; 51 $_['entry_status_success_unsettled'] = 'Success - not settled'; 52 $_['entry_status_decline'] = 'Decline'; 53 $_['entry_status_void'] = 'Voided'; 54 $_['entry_enable_card_store'] = 'Enable card storage tokens'; 55 56 // Help 57 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 58 $_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; 59 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 60 $_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; 61 62 // Tab 63 $_['tab_account'] = 'API info'; 64 $_['tab_order_status'] = 'Order status'; 65 $_['tab_payment'] = 'Payment settings'; 66 $_['tab_advanced'] = 'Advanced'; 67 68 // Button 69 $_['button_capture'] = 'Capture'; 70 $_['button_void'] = 'Void'; 71 72 // Error 73 $_['error_merchant_id'] = 'Store ID is required'; 74 $_['error_secret'] = 'Shared secret is required'; 75 $_['error_live_url'] = 'Live URL is required'; 76 $_['error_demo_url'] = 'Demo URL is required'; 77 $_['error_data_missing'] = 'Data missing'; 78 $_['error_void_error'] = 'Unable to void transaction'; 79 $_['error_capture_error'] = 'Unable to capture transaction';