-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Description:
When attempting to create a payment without the OneTxPayment extension installed, an error is shown in the browser console, but no information message appears in the UI to inform the user about the missing extension.
Steps to reproduce
- Create a new colony.
- Go to the Complete setup step.
- Submit the first transaction.
- Cancel the second transaction.
- Go to the colony.
- Create mint tokens.
- Create simple payment and submit the form.
20.mp4
Expected behaviour
- An error appears in the browser console:
“Error: OneTxPayment extension is not installed for this Colony” - No message is shown in the UI to inform the user about the missing extension.
Actual behaviour
- An information message should appear in the UI, informing the user that the OneTxPayment extension is not installed and guiding them to install it before proceeding.