Open razma06 opened 6 months ago
What server version you have exactly?
Server version: 20240201 Patch version: 35
@b00lean Have you found the reason behind this issue yet?
This issue is now being addressed in internal bug ticket https://generalbytes.atlassian.net/browse/BATM-6275
@b00lean are there any news?
Information is not sent from the terminal to the server. This needs to be addressed in future software versions. Please continue conversation via support@generalbytes.com
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?