[amazon/fr] New status to ignore
This commit is contained in:
parent
70f9bebf15
commit
54c1a24abb
2 changed files with 1 additions and 1 deletions
0
modules/amazon/fr/browser.py
Executable file → Normal file
0
modules/amazon/fr/browser.py
Executable file → Normal 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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue