feat(process_tracker): Task implementation for psync payments (#7178)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amisha Prabhat
2025-04-30 13:23:54 +05:30
committed by GitHub
parent b04ccafe48
commit 9e9a922949
19 changed files with 1124 additions and 426 deletions

View File

@ -273,7 +273,7 @@ pub enum RecoveryError {
ProcessTrackerFailure,
#[error("The encountered task is invalid")]
InvalidTask,
#[error("The Intended data was not found")]
#[error("The Process Tracker data was not found")]
ValueNotFound,
#[error("Failed to update billing connector")]
RecordBackToBillingConnectorFailed,