dashed-slug.net › Forums › Exchange extension support › Could not add trade pair. › Reply To: Could not add trade pair.
December 17, 2018 at 10:21 am
#5295
alexg
Keymaster
About the 0 order, you can always solve it via SQL with a UPDATE wp_wallets_orders SET status='filled' WHERE amount=0;
and this should resolve your immediate issue. I will see what I can do so that this does not happen.
I am still not sure why the market is not added in your frontend. Still investigating.
with regards