projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80b6f4
)
Verify session before trying any transactions in SIP->pay_fee.
author
Jason Stephenson
<jstephenson@mvlc.org>
Mon, 26 Sep 2011 19:52:52 +0000
(15:52 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Tue, 19 Jun 2012 20:52:47 +0000
(16:52 -0400)
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
b/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
index
54b0f4e
..
6292c36
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
@@
-420,6
+420,8
@@
sub pay_fee {
my ($self, $patron_id, $patron_pwd, $fee_amt, $fee_type,
$pay_type, $fee_id, $trans_id, $currency) = @_;
+ $self->verify_session;
+
my $xact = OpenILS::SIP::Transaction::FeePayment->new(authtoken => $self->{authtoken});
my $patron = $self->find_patron($patron_id);