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

Commits on Apr 18, 2024

  1. 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.
    
    fixes #15
    igobranco committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    92217bb View commit details
    Browse the repository at this point in the history
  2. fix: double raising error

    igobranco committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    58b2f12 View commit details
    Browse the repository at this point in the history
  3. feat: add more logging

    igobranco committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b933e9d View commit details
    Browse the repository at this point in the history
  4. 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.
    igobranco committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fdb3362 View commit details
    Browse the repository at this point in the history