Fix a couple of typos in Evergreen driver.
authorJason Stephenson <jason@sigio.com>
Wed, 16 Jul 2014 17:58:56 +0000 (13:58 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 21 Jul 2014 00:07:37 +0000 (20:07 -0400)
I typed $U->simple_req when it should be $U->simplereq.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm

index 952b2bf..0067255 100644 (file)
@@ -112,7 +112,7 @@ sub login {
     my $self = shift;
 
     # Get the authentication seed.
-    my $seed = $U->simple_req(
+    my $seed = $U->simplereq(
         'open-ils.auth',
         'open-ils.auth.authenticate.init',
         $self->{config}->{username}
@@ -120,7 +120,7 @@ sub login {
 
     # Actually login.
     if ($seed) {
-        my $response = $U->simple_req(
+        my $response = $U->simplereq(
             'open-ils.auth',
             'open-ils.auth.authenticate.complete',
             {