Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@condorXI
Copy link

Fixed an issue in loop_activities.

elif activity["type"] == "poc_receipts_v1" or "poc_receipts_v2":

should be something like:

elif activity["type"] == "poc_receipts_v1" or activity["type"] == "poc_receipts_v2":

elif activity["type"] == "poc_receipts_v1" or "poc_receipts_v2":

should be something like:

elif activity["type"] == "poc_receipts_v1" or activity["type"] == "poc_receipts_v2":
Copy link
Author

@condorXI condorXI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

x

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.

1 participant