Closes this issue
Mapped status voided coming from AuthorizeDotNet to Failure in Hyperswitch.
voided
Failure
AuthorizeDotNet has started sending status voided in RSync Response which is not mapped in Hyperswitch. As a result, deserialization failed.
Can't be tested as AuthorizeDotNet takes 5-6 business days to send any other status than RefundPendingSettlement.
RefundPendingSettlement
cargo +nightly fmt --all
cargo clippy
Review changes with
Login to write a write a comment.
Login via GitHub
Type of Change
Closes this issue
Description
Mapped status
voided
coming from AuthorizeDotNet toFailure
in Hyperswitch.Additional Changes
Motivation and Context
AuthorizeDotNet has started sending status voided in RSync Response which is not mapped in Hyperswitch. As a result, deserialization failed.
How did you test it?
Can't be tested as AuthorizeDotNet takes 5-6 business days to send any other status than
RefundPendingSettlement
.Checklist
cargo +nightly fmt --all
cargo clippy