[amazon/fr] New status to ignore

This commit is contained in:
Kitof 2015-04-01 11:36:33 +02:00 committed by Romain Bignon
commit 54c1a24abb
2 changed files with 1 additions and 1 deletions

0
modules/amazon/fr/browser.py Executable file → Normal file
View file

View file

@ -86,7 +86,7 @@ class OrderPage(AmazonPage):
# Payment for not yet shipped orders may change, and is not always
# available.
return bool([x for s in [u'En préparation pour expédition'] # TODO : Other French status applied ?
return bool([x for s in [u'En préparation pour expédition', u'En cours de préparation'] # TODO : Other French status applied ?
for x in self.doc.xpath(u'//*[contains(text(),"%s")]' % s)])
def decimal_amount(self, amount):