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

bug(recipients_app): fix payments updates from app to not override fields not used by the app #639

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

MDikkii
Copy link
Contributor

@MDikkii MDikkii commented Nov 17, 2023

It was observed in #638 that recipients app is overriding some important data in firestore during confirming the payments.

We had set method used but update should work better for this case.

Also the id which is used by the app internally is not part of the shared contract so we will remove it with excluding it from generated toJson method.

Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
public ⬜️ Ignored (Inspect) Nov 17, 2023 6:32pm

Copy link
Member

@ssandino ssandino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@mkue mkue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm👍

@mkue mkue changed the title bug(recipients_app): Fix payments updates from app to not override fields not used by the app bug(recipients_app): fix payments updates from app to not override fields not used by the app Nov 19, 2023
@mkue mkue linked an issue Nov 20, 2023 that may be closed by this pull request
1 task
@MDikkii MDikkii merged commit 37480ea into main Nov 24, 2023
18 checks passed
@MDikkii MDikkii deleted the mdikkii/638-fix-payment-updates-from-app branch November 24, 2023 21: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.

[Mobile App Bug]: payment fields get deleted on confirmation
3 participants