Open
Description
I have implemented a custom **ITransactionListener**
where I override the **isTransactionPreparationApproved**
method. The method takes an ITransactionPreparation **preperation**
parameter.
When the **preparation.getLocalTransactionId()**
method is called for transactions of type TYPE_WITHDRAW_CASH, it returns null. Additionally, other fields in the ITransactionPreparation instance are also null, except for terminalSerialNumber and type.
Could you please provide insight into why this behavior occurs and how it can be resolved?
Metadata
Assignees
Labels
No labels
Activity