[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. f1c07d5f83ae1bb4955040510673625edd4a2f89

Evergreen Git git at git.evergreen-ils.org
Thu May 22 09:16:40 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_6 has been updated
       via  f1c07d5f83ae1bb4955040510673625edd4a2f89 (commit)
      from  26ce64f980ae1f36892d98c41ead963b49a8b0e7 (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 f1c07d5f83ae1bb4955040510673625edd4a2f89
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 20 11:42:32 2014 -0700

    LP#1321411: restore ability to handle credit payments using a processor other than Stripe
    
    This patch ensures that the processor name is passed
    to OpenILS::Application::Circ::CreditCard::process_payment, avoiding
    an exception thrown by Business::OnlinePayment.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
index be2c88b..0c1493a 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
@@ -126,6 +126,7 @@ sub process_stripe_or_bop_payment {
             unless $cc_args->{number};
 
         return OpenILS::Application::Circ::CreditCard::process_payment({
+            "processor" => $cc_args->{processor},
             "desc" => $cc_args->{note},
             "amount" => $total_paid,
             "patron_id" => $user_id,

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

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Circ/Money.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list