From 1b0e6fede67d71d8574522f0a8a31894a023eacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Thu, 19 Mar 2026 18:35:28 +0300 Subject: [PATCH] fixed --- src/wapi_wallet_limits.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wapi_wallet_limits.erl b/src/wapi_wallet_limits.erl index 9c02a57..5d1f821 100644 --- a/src/wapi_wallet_limits.erl +++ b/src/wapi_wallet_limits.erl @@ -318,7 +318,10 @@ encode_withdrawal_method(digital_wallet) -> <<"providers">> => [] }; encode_withdrawal_method(generic) -> - #{<<"method">> => <<"WithdrawalMethodGeneric">>}. + #{ + <<"method">> => <<"WithdrawalMethodGeneric">>, + <<"providers">> => [] + }. -ifdef(TEST). -include_lib("eunit/include/eunit.hrl").