Skip to content

# PayPass - free all time #141

Merged
RostislavB74 merged 8 commits intodevfrom
lexxai
Apr 23, 2024
Merged

# PayPass - free all time #141
RostislavB74 merged 8 commits intodevfrom
lexxai

Conversation

@lexxai
Copy link
Collaborator

@lexxai lexxai commented Apr 23, 2024

            #  Free first 15 mins
            if hours < 0.25:
                hours = 0  # Free first 15 mins
            else:
                hours = self.round_to_int__(hours)
            # PayPass - free all time 
            if self.is_pay_pass():
                hours = 0  # Free for pay pass

image
image

@RostislavB74 RostislavB74 merged commit 4b63b54 into dev Apr 23, 2024
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.

2 participants