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

get apple pay certificates only from metadata during the session call #6518

Closed
ShankarSinghC opened this issue Nov 8, 2024 · 0 comments · Fixed by #6514 or #6517
Closed

get apple pay certificates only from metadata during the session call #6518

ShankarSinghC opened this issue Nov 8, 2024 · 0 comments · Fixed by #6514 or #6517
Assignees
Labels
A-payment-methods Area: Payment Methods A-payments Area: payments C-bug Category: Bug

Comments

@ShankarSinghC
Copy link
Contributor

Currently we have apple pay certificates being stored in the metadata as well as connector_wallet_details when a merchant connector account is created. During the session call we try to get the certificates from the connector_wallet_details if it fails we try to get it from metadata.

Currently when apple pay certificates are being updated with the merchant connector update call only the metadata is being updated. Because of this connector_wallet_details will still have the old data using which we make the session call.

In order to fix it, this pr contains the changes to get the apple pay certificates from the metadata only as it will have the latest updated data. In subsequent pr mca update inconsistency will be handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-payment-methods Area: Payment Methods A-payments Area: payments C-bug Category: Bug
Projects
None yet
1 participant