Skip to content

Commit

Permalink
Merge pull request #67 from beckf/devel
Browse files Browse the repository at this point in the history
bump lightspeed_api lib - fixes small issue with updates
  • Loading branch information
beckf authored Dec 2, 2022
2 parents f575637 + e761076 commit b3bbd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50
1.51
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def create_update_customer(self):
vc_formatted['Customer']['firstName'] = i['first_nick_name']

# Did we find a record in lighspeed to sync to?
if len(check_current["Customer"]) >= 1:
if check_current:

# Create two dictionaries one for VC and the other for LS
# We will see if they match later.
Expand Down

0 comments on commit b3bbd49

Please sign in to comment.