pp_express_refund.php (643B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Refund Transaction'; 4 5 // Text 6 $_['text_pp_express'] = 'PayPal Express Checkout'; 7 $_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; 8 $_['text_refund'] = 'Refund'; 9 10 // Entry 11 $_['entry_transaction_id'] = 'Transaction ID'; 12 $_['entry_full_refund'] = 'Full refund'; 13 $_['entry_amount'] = 'Amount'; 14 $_['entry_message'] = 'Message'; 15 16 // Button 17 $_['button_refund'] = 'Issue refund'; 18 19 // Error 20 $_['error_partial_amt'] = 'You must enter a partial refund amount'; 21 $_['error_data'] = 'Data missing from request';