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

show blockexplorer url of transaction in email, retires old "x times" language in emails #8520

Merged
merged 3 commits into from
Mar 10, 2021

Conversation

owocki
Copy link
Contributor

@owocki owocki commented Mar 9, 2021

Description

show blockexplorer url of transaction in email, retires old "x times" language in emails

Refers/Fixes

common sense, self

Testing

tested locally https://share.getcloudapp.com/2NuED8wR

if self.checkout_type == 'eth_std':
network_sub = f"{{self.subscription.network}}." if self.subscription and self.subscription.network != 'mainnet' else ''
return f'https://{network_sub}etherscan.io/tx/{self.split_tx_id}'
# TODO: support all block explorers for diff chains
Copy link
Member

Choose a reason for hiding this comment

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

@chibie we'll have to keep a track of this to update next week with all the chains

@thelostone-mc thelostone-mc merged commit 9b2b3d7 into stable Mar 10, 2021
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