Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved conflict of standard python dict function items with _items #55

Closed
wants to merge 1 commit into from

Conversation

kcs-sales
Copy link

@kcs-sales kcs-sales commented May 10, 2017

Bug detected while fetching OrderShipments items from Big Commerce Store

When i tried to fetch the OrderShipments from Big Commerce Store, it does not include shipping items within OrderShipments object, because items is a standard dict function and while creating object it doesn't include items attributes in OrderShipments object as you have applied the condition if key not in dir(self).

Used _items to traverse the items instead of calling standard items function on dict object if its including in response.

@kcs-sales kcs-sales closed this May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants