mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 01:05:21 +00:00
Split integration (#16)
This commit is contained in:
parent
63c7b92c75
commit
f4afbcc8cf
@ -278,7 +278,8 @@ is_terms({struct, struct, {dmsl_domain_thrift, Struct}}, Terms) when
|
||||
Struct =:= 'ServiceAcceptanceActsTerms';
|
||||
Struct =:= 'WalletServiceTerms';
|
||||
Struct =:= 'WithdrawalServiceTerms';
|
||||
Struct =:= 'W2WServiceTerms'
|
||||
Struct =:= 'W2WServiceTerms';
|
||||
Struct =:= 'PaymentAllocationServiceTerms'
|
||||
->
|
||||
is_record(Terms, dmsl_domain_thrift:record_name(Struct));
|
||||
is_terms(_, _) ->
|
||||
|
Loading…
Reference in New Issue
Block a user