Skip to content

Commit

Permalink
bestprice_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-rakov committed Nov 10, 2017
1 parent 74edfea commit f612e08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyayml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand All @@ -50,6 +51,7 @@
'vendor.model':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand Down Expand Up @@ -81,6 +83,7 @@
'book':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand Down Expand Up @@ -108,6 +111,7 @@
'audiobook':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand Down Expand Up @@ -135,6 +139,7 @@
#music
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand All @@ -152,6 +157,7 @@
#video
# 'url',
# 'price',
# 'oldprice',
# 'currencyId',
# 'categoryId',
# 'market_category',
Expand All @@ -176,6 +182,7 @@
'tour':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand All @@ -200,6 +207,7 @@
'event.ticket':[
'url',
'price',
'oldprice',
'currencyId',
'categoryId',
'market_category',
Expand Down

0 comments on commit f612e08

Please sign in to comment.