Skip to content
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

Fix null assignment for amount field #222

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Fix null assignment for amount field #222

merged 1 commit into from
Aug 16, 2024

Conversation

callebtc
Copy link
Collaborator

This pull request fixes an issue where the amount field was being assigned an empty string instead of null. The amount field is now correctly assigned null in the sendData object. This ensures that the amount field is properly initialized and avoids any potential issues related to incorrect data types.

@callebtc callebtc merged commit 318d6e9 into main Aug 16, 2024
1 check passed
@callebtc callebtc deleted the sendata-amount-null branch August 16, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant