You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Given the current exchange rate, this works out to less than 1 SAT of BTC and results in the required payment amount being 0.
Expectations:
The purchase call should kick back an error saying the desired purchase amount results in a price below the supported minimum price for the payment coin.
Also, can the returned error please include a unique error code so clients can provide a customized error message?
(FWIW, I think this could also manifest on non-crypto listings as well. I can't come up with a scenario because given the exchange rates of the current curs, I don't think it would happen. But, let's say we start supporting a currency with a really low price relative to the other ones, I think it could manifest if a listing were priced low enough. EDIT: actually a 1 WEI ETH listing would probably manifest this.)