xdevplatform/twitter-python-ads-sdk

LineItem has no attribute "currency".

Closed this issue · 1 comments

The LineItem object is missing the "currency" attribute,
as you can see on the Twitter API.
"currency" is one of the fields returned by the 'line_items' request.

I think the fix should be to add the following line of code on file 'campaign.py', line 296:
resource_property(LineItem, 'currency')

Thanks! #244