feat(db): add PLN to supported currencies - #189
Open
reall0c wants to merge 1 commit into
Open
Conversation
Deals sold to Polish public-sector and SMB customers are invoiced in złoty; without PLN on the list a deal amount cannot be recorded in its actual currency. The keyless rate feed (open.er-api.com) already quotes PLN, so no other change is needed.
|
Someone is attempting to deploy a commit to the Comp AI - PoC Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 2 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deals sold to Polish public-sector and SMB customers are invoiced in złoty, and today an amount can't be recorded in its actual currency. The keyless rate feed (open.er-api.com) already quotes PLN, so this is just the list entry plus the spec expectation.
Currency tests, check-types, lint and lint:slop pass locally; verified on a local install (a PLN deal saves cleanly).
Summary by cubic
Adds PLN to the supported currencies so deals invoiced in Polish złoty can be recorded in their actual currency. The exchange rate feed already quotes PLN, so no other changes are required.
Written for commit 5f77ccf. Summary will update on new commits.