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

Remove redundant price check #2011

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jonflynng
Copy link
Contributor

@jonflynng jonflynng commented Jun 30, 2023

We are calculating the amount the user is currently paying on the server-side but it is also being passed in as the price property from the frontend. This removes the calculation and just uses the property passed from the frontend.

@@ -56,14 +56,6 @@ object ToRecurringContribution {
)
(activeRatePlan, activeRatePlanCharge) = activeRatePlanAndCharge

currency <- ZIO
Copy link
Contributor Author

Choose a reason for hiding this comment

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

currency was not being used

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