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

BUY on market not working. #66

Open
krischik opened this issue Jun 12, 2019 · 0 comments
Open

BUY on market not working. #66

krischik opened this issue Jun 12, 2019 · 0 comments

Comments

@krischik
Copy link

The BUY button on the Steem Engine Market isn't working. I get the following error message:

2VM556:211 Uncaught TypeError: Cannot read property 'balance' of undefined
    at btnSubmitOrder (<anonymous>:211:96)
    at HTMLButtonElement.onclick (?p=market&t=ENG:1)

here:

        if (type === 'buy' && (parseFloat(quantity) * parseFloat(price)) > data.user_steemp_balance.balance) {
            $('#' + type + 'Total').addClass("is-invalid");
            isValid = false;
        }

Looking at parseFloat — could that be and i18N issue?

image

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

No branches or pull requests

1 participant