Author

Topic: MERCATOX WITHDRAW (Read 148 times)

newbie
Activity: 3
Merit: 0
January 19, 2018, 12:25:10 PM
#2
My transaction is still showing "Processing". Can you help please?
newbie
Activity: 2
Merit: 0
January 17, 2018, 12:11:49 PM
#1
HERE IS HOW YOU CANCEL ANY PENDING DEPOSITS MANUALLY ON MERCATOX... PLEASE NOTE YOU MUST USE CHROME AND MUST BE "PROCESSING"
open chrome, mercatox
select pending TX
r-click or  cntrl r than select inspect
java box to right opens to right, select top square "inspect" select TX info box pop up
to right on bottom import the java script below (replace transaction Id with your TX Mercatox ID)
    $.post(
        '/wallet/cancel-withdraw',
            {
                _csrf: _csrf,
                   id: "[Transaction ID]"
                        }, function (data) {
                            if (data) {
                               alert("cancelling");
                            } else {
                                notify('Error');
                            }
                        }
                    );
Press enter, than cancellation will take place immediately. Hope that helps everyone, donations of btc appreciated Smiley

donation address:1Ewasf1S4gwSMUbtmMYxKq6kHsRMfFPgCV
Jump to: