[freeside-commits] branch FREESIDE_3_BRANCH updated. 0fb66f68bcb98f9bec34a2110692d1215c0efee8

Ivan ivan at 420.am
Sun Dec 28 16:10:11 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  0fb66f68bcb98f9bec34a2110692d1215c0efee8 (commit)
      from  06da4d2867c15a1d52b4d7615a4738b1bd9a59f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0fb66f68bcb98f9bec34a2110692d1215c0efee8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Dec 28 16:09:28 2014 -0800

    self-service payments send receipt like back-office ones, RT#32191

diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 7ae7cc3..279acb2 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -1131,6 +1131,7 @@ sub do_process_payment {
 
   my $error = $cust_main->realtime_bop( $FS::payby::payby2bop{$payby}, $amount,
     'quiet'       => 1,
+    'manual'      => 1,
     'selfservice' => 1,
     'paynum_ref'  => \$paynum,
     %$validate,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI/MyAccount.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list