mirror of
https://github.com/valitydev/wapi-lib.git
synced 2024-11-07 02:35:18 +00:00
fix (#47)
This commit is contained in:
parent
cf18e94465
commit
44d8f789f2
@ -119,7 +119,7 @@ marshal(transaction_info, #domain_TransactionInfo{
|
||||
};
|
||||
|
||||
marshal(session_result, {failed, Failure}) ->
|
||||
{success, #wthd_session_SessionResultFailed{
|
||||
{failed, #wthd_session_SessionResultFailed{
|
||||
failure = marshal(failure, Failure)
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user