Skip to content

Commit

Permalink
Merge pull request #7177 from osworx/patch-52
Browse files Browse the repository at this point in the history
Update pp_express_order.php
  • Loading branch information
jamesallsup committed Feb 14, 2019
2 parents 99750df + 7f10132 commit 048174e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
$_['button_void'] = 'Void';
$_['button_capture'] = 'Capture';
$_['button_refund'] = 'Issue refund';
$_['button_resend'] = 'Resend';

// Error
$_['error_capture'] = 'Enter an amount to capture';
$_['error_transaction'] = 'Transaction could not be carried out!';
$_['error_not_found'] = 'Transaction could not be found!';
$_['error_partial_amt'] = 'You must enter a partial refund amount';
$_['error_partial_amt'] = 'You must enter a partial refund amount';

0 comments on commit 048174e

Please sign in to comment.