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 Jun 11, 2023. It is now read-only.
On #386 new bank-related fields were added to the Process struct:
src_atm_id, src_acc_number
tgt_atm_id, tgt_acc_number
These fields should be used by BankTransferProcess and BankAccountRevealPasswordProcess. Using them instead of data allows the Process to support signals and add reactions based on events that affect the source or the target bank accounts.
The text was updated successfully, but these errors were encountered:
On #386 new bank-related fields were added to the Process struct:
src_atm_id
,src_acc_number
tgt_atm_id
,tgt_acc_number
These fields should be used by
BankTransferProcess
andBankAccountRevealPasswordProcess
. Using them instead ofdata
allows the Process to support signals and add reactions based on events that affect the source or the target bank accounts.The text was updated successfully, but these errors were encountered: