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

Feature/exchange rate fe #212

Merged
merged 4 commits into from
Dec 6, 2022
Merged

Feature/exchange rate fe #212

merged 4 commits into from
Dec 6, 2022

Conversation

hawyar
Copy link
Contributor

@hawyar hawyar commented Dec 6, 2022

Added price composable to get the exchange rate.

import usePrice from '@/composables/price'

const { getExchangeRate } = usePrice()

getExchangeRate(amount).then((res) => {
  console.log(res)
})

@hawyar hawyar requested a review from shanejearley December 6, 2022 20:21
Copy link
Contributor

@shanejearley shanejearley left a comment

Choose a reason for hiding this comment

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

Looks great.

@hawyar hawyar merged commit d7c46a1 into develop Dec 6, 2022
@shanejearley shanejearley deleted the feature/exchange-rate-fe branch December 6, 2022 23:35
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