Bug 2400 [15/18]: fixing pod syntax in C4/External/BakerTaylor.pm
authorAndrew Moore <andrew.moore@liblime.com>
Tue, 12 Aug 2008 15:11:50 +0000 (10:11 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 13 Aug 2008 00:42:37 +0000 (19:42 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/External/BakerTaylor.pm

index e992df5..39005e4 100644 (file)
@@ -119,12 +119,12 @@ These can be overridden for testing purposes using the initialize function.
 
 A request with failed authentication might see this back from Baker + Taylor: 
 
-<?xml version="1.0" encoding="utf-8"?>
-<InventoryAvailability xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" DateTime="2008-03-07T22:01:25.6520429-05:00" xmlns="http://ContentCafe2.btol.com">
-  <Key Type="Undefined">string</Key>
-  <Availability>false</Availability>
-  <Error>Invalid UserID</Error>
-</InventoryAvailability>
+ <?xml version="1.0" encoding="utf-8"?>
+ <InventoryAvailability xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" DateTime="2008-03-07T22:01:25.6520429-05:00" xmlns="http://ContentCafe2.btol.com">
+   <Key Type="Undefined">string</Key>
+   <Availability>false</Availability>
+   <Error>Invalid UserID</Error>
+ </InventoryAvailability>
 
 Such response will trigger a warning for each request (potentially many).  Point being, do not leave this module configured with incorrect username and password in production.