From e0e63e55a8870b1ba76bd9aaedd5858c1ff0a07a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Oct 2010 19:42:54 +0000 Subject: add "capture" links to pending payments in captured state, RT#10152 --- httemplate/edit/cust_pay_pending.html | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_pay_pending.html b/httemplate/edit/cust_pay_pending.html index 0916a1c0c..0056bb925 100644 --- a/httemplate/edit/cust_pay_pending.html +++ b/httemplate/edit/cust_pay_pending.html @@ -8,6 +8,10 @@
No response was received from <% $cust_pay_pending->processor || 'the payment gateway' %> for this transaction. Check <% $cust_pay_pending->processor || 'the payment gateway' %>'s reporting and determine if this transaction completed successfully.
+% } elsif ( $action eq 'capture' ) { + +
Captured payment not recorded in database - check logs for errors.
+ % }
@@ -91,7 +95,9 @@ -% } elsif ( $action eq 'complete' ) { +% } else { + +%# if ( $action eq 'complete' ) { @@ -99,15 +105,18 @@ -     - - - -     - - - - + +% if ( $action eq 'complete' ) { +     + + + +     + + + + +% } -- cgit v1.2.1