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')
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')