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 has been archived by the owner on Mar 28, 2023. It is now read-only.
If a user has one or more cryptocurrency listings, and tries to set more than one currency using bulkupdatecurrency the call will fail with a a cryptocurrency listing must only have one accepted currency error.
The call works if only one currency is sent.
I think the bulkupdatecurrency call should ignore any cryptocurrency listings, it's unlikely anyone would want to update those all at once to be for a different target currency.
The text was updated successfully, but these errors were encountered:
The API would fail if the user had a cryptocurrency listing set since we only
allow one accepted currency for cryptolistings.
This commit changes it to not apply the bulk update to cryptolistings and adds a test.
Closes#1632
The API would fail if the user had a cryptocurrency listing set since we only
allow one accepted currency for cryptolistings.
This commit changes it to not apply the bulk update to cryptolistings and adds a test.
Closes#1632
If a user has one or more cryptocurrency listings, and tries to set more than one currency using bulkupdatecurrency the call will fail with a
a cryptocurrency listing must only have one accepted currency
error.The call works if only one currency is sent.
I think the bulkupdatecurrency call should ignore any cryptocurrency listings, it's unlikely anyone would want to update those all at once to be for a different target currency.
The text was updated successfully, but these errors were encountered: