Skip "In transit" orders. Part of #1684
This commit is contained in:
parent
c42f4b61d8
commit
f437f2d3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class OrderNewPage(AmazonPage):
|
||||||
# Payment for not yet shipped orders may change, and is not always
|
# Payment for not yet shipped orders may change, and is not always
|
||||||
# available.
|
# available.
|
||||||
for s in [u'Not Yet Shipped', u'Preparing for Shipment',
|
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):
|
if self.doc.xpath(u'//*[contains(text(),"%s")]' % s):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue