Skip to content

Commit

Permalink
Add proceeds_reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Jul 22, 2016
1 parent cf3421b commit 0109311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytconnect/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ def load_file(name):
"end_date", "customer_currency", "country_code", "currency_of_proceeds",
"apple_identifier", "customer_price", "promo_code", "parent_identifier",
"subscription", "period", "category", "cmb", "device",
"supported_platforms")
"supported_platforms", "proceeds_reason")
series_names_casted_to_datetime = ("begin_date", "end_date")
series_names_casted_to_str = (
"provider", "provider_country", "sku", "developer", "title", "version",
"product_type_identifier", "customer_currency", "country_code",
"currency_of_proceeds", "promo_code", "parent_identifier",
"subscription", "period", "category", "cmb", "device",
"supported_platforms")
"supported_platforms", "proceeds_reason")
series_names_casted_to_int = ("units", "apple_identifier")
series_names_casted_to_float = ("developer_proceeds", "customer_price")

Expand Down

0 comments on commit 0109311

Please sign in to comment.