-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null Fields in ITransactionPreparation for TYPE_WITHDRAW_CASH #911
Comments
What server version you have exactly? |
Server version: 20240201 |
@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 [email protected] |
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?
The text was updated successfully, but these errors were encountered: