Skip to content

Commit

Permalink
feat(swap): we have to send BROKERAGE product for SWAP
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Jul 21, 2021
1 parent f813367 commit 80763d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default ({ api, coreSagas, networks }: { api: APIType; coreSagas; network
yield put(A.fetchCustodialEligibilityLoading())
const { eligible }: ReturnType<typeof api.getEligibilityForProduct> = yield call(
api.getEligibilityForProduct,
NabuProducts.SIMPLEBUY
NabuProducts.BROKERAGE
)
yield put(A.fetchCustodialEligibilitySuccess(eligible))
} catch (e) {
Expand Down

0 comments on commit 80763d9

Please sign in to comment.