-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat: Add currency module and remove currency models from region and pricing modules #6536
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
service, | ||
}: SuiteOptions<ICurrencyModuleService>) => { | ||
describe("Currency Module Service", () => { | ||
// TODO: Remove this and load currencies in loader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only todo that needs to be done before the PR is merged, but I decided to open it in a non-draft mode so others have the chance to review it in the meantime. The currencies will be loaded through a loader based on the final discussion we had with Adrien.
4adc3ca
to
4828fff
Compare
4828fff
to
6b9a036
Compare
6b9a036
to
ee26210
Compare
ee26210
to
d3387f1
Compare
d3387f1
to
0437a8b
Compare
0437a8b
to
40e477d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
40e477d
to
0040fc8
Compare
@srindom done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
legend! 🔥
0040fc8
to
8f21c4d
Compare
8f21c4d
to
d18daac
Compare
What: