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: integrity error using DUC and improve auditing and logging #16

Merged
merged 4 commits into from
Apr 18, 2024

Conversation

igobranco
Copy link
Member

feat: improve auditing and logging

Record PayGate calls specific to a Basket as a processor response,
so we can better audit and trace all calls to PayGate as a fake
response.

feat: add more logging

fix: double raising error

fix: integrity error using DUC

When handing a payment, and double checking that the
payment as been payed on PayGate, the card number
CARD_MASKED_PAN is empty/null for DUC payments.
The card number nullable crashes Ecommerce.

When handing a payment, and double checking that the
payment as been payed on PayGate, the card number
`CARD_MASKED_PAN` is empty/null for DUC payments.
The card number nullable crashes Ecommerce.

fixes #15
Record PayGate calls specific to a Basket as a processor response,
so we can better audit and trace all calls to PayGate as a fake
response.
@igobranco igobranco self-assigned this Apr 18, 2024
@igobranco igobranco merged commit 0cef1cd into main Apr 18, 2024
2 checks passed
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