Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/payment/
Upload File :
Current File : /var/www/alh/admin/language/english/payment/pp_express_refund.php

<?php
//Heading
$_['heading_title']             = 'Refund Transaction';

//Text
$_['text_pp_express']           = 'PayPal Express Checkout';
$_['text_current_refunds']      = 'Refunds have already been done for this transaction. The max refund is';

//Button
$_['btn_cancel']                = 'Cancel';
$_['btn_refund']                = 'Issue refund';

//Form entry
$_['entry_transaction_id']      = 'Transaction ID';
$_['entry_full_refund']         = 'Full refund';
$_['entry_amount']              = 'Amount';
$_['entry_message']             = 'Message';

//Error
$_['error_partial_amt']         = 'You must enter a partial refund amount';
$_['error_data']                = 'Data missing from request';
?>