Skip "In transit" orders. Part of #1684

This commit is contained in:
Oleg Plakhotniuk 2014-12-06 21:04:30 -06:00
commit f437f2d3c8

View file

@ -84,7 +84,7 @@ class OrderNewPage(AmazonPage):
# Payment for not yet shipped orders may change, and is not always
# available.
for s in [u'Not Yet Shipped', u'Preparing for Shipment',
u'Shipping now']:
u'Shipping now', u'In transit']:
if self.doc.xpath(u'//*[contains(text(),"%s")]' % s):
return None