Here is the generated error log:
Code: Select all
2015-08-19 15:05:14 - USPS Boxes: array (
1 =>
array (
'product_count' => 1,
'weight' => 6,
'volume' => 294,
'value' => 399,
'length' => 7,
'width' => 6,
'height' => 7,
),
)
2015-08-19 15:05:14 - allow small:
2015-08-19 15:05:14 - allow medium:
2015-08-19 15:05:14 - allow large:
2015-08-19 15:05:14 - USPS DATA SENT: API=RateV4&XML=<RateV4Request USERID="449AMERI2988"> <Package ID="1"> <Service>ALL</Service> <ZipOrigination>85226</ZipOrigination> <ZipDestination>85226</ZipDestination> <Pounds>6</Pounds> <Ounces>0</Ounces> <Container>VARIABLE</Container> <Size>REGULAR</Size> <Width>6</Width> <Length>7</Length> <Height>7</Height> <Girth>33</Girth> <Machinable>true</Machinable> </Package></RateV4Request>
2015-08-19 15:05:14 - USPS DATA RECV: <?xml version="1.0" encoding="UTF-8"?>
<RateV4Response><Package ID="1"><ZipOrigination>85226</ZipOrigination><ZipDestination>85226</ZipDestination><Pounds>6</Pounds><Ounces>0</Ounces><Size>REGULAR</Size><Machinable>TRUE</Machinable><Zone>1</Zone><Postage CLASSID="3"><MailService>Priority Mail Express 1-Day</MailService><Rate>27.45</Rate></Postage><Postage CLASSID="2"><MailService>Priority Mail Express 1-Day Hold For Pickup</MailService><Rate>27.45</Rate></Postage><Postage CLASSID="23"><MailService>Priority Mail Express 1-Day Sunday/Holiday Delivery</MailService><Rate>39.95</Rate></Postage><Postage CLASSID="1"><MailService>Priority Mail 1-Day</MailService><Rate>9.60</Rate></Postage><Postage CLASSID="6"><MailService>Media Mail Parcel</MailService><Rate>5.22</Rate></Postage><Postage CLASSID="7"><MailService>Library Mail Parcel</MailService><Rate>4.99</Rate></Postage></Package></RateV4Response>
2015-08-19 15:05:14 - USPS Quote: array (
'code' => 'usps',
'title' => 'United States Postal Service',
'quote' => NULL,
'sort_order' => '0',
'error' => 'Error getting rates from USPS. If this error persists please contact us for a quote.',
)