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

fix: update QR code for CELO + cUSD #7824

Merged
merged 1 commit into from
Nov 6, 2020
Merged

Conversation

thelostone-mc
Copy link
Member

Description

Updating the QR string based on celo-org/celo-monorepo#5515
This will be available in version 1.4 of Valora

Updating the QR string based on celo-org/celo-monorepo#5515
This will be available in version 1.4 of Valora
`celo://wallet/pay?address=${address}&amount=${value}` :
`celo://wallet/pay?address=${address}`;
`celo://wallet/pay?address=${address}&amount=${value}&token=${token_name}` :
`celo://wallet/pay?address=${address}&token=${token_name}`;
Copy link

@medhakothari medhakothari Nov 5, 2020

Choose a reason for hiding this comment

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

to clarify, if the token param is not given, the deeplink will default to cUSD, so you can choose whether or not you want to provide it in your deeplink. For CELO though, the param is necessary.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup! thanks for clarifying that @medhak1

@thelostone-mc thelostone-mc merged commit 0e39840 into master Nov 6, 2020
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.

3 participants