feat(process_tracker): Invoke record back flow in PCR workflow [V2] (#7660)

Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
This commit is contained in:
chikke srujan
2025-04-02 11:59:15 +05:30
committed by GitHub
parent a7f8560a2d
commit 40174b3c62
7 changed files with 237 additions and 34 deletions

View File

@ -261,4 +261,8 @@ pub enum RecoveryError {
InvalidTask,
#[error("The Intended data was not found")]
ValueNotFound,
#[error("Failed to update billing connector")]
RecordBackToBillingConnectorFailed,
#[error("Failed to fetch billing connector account id")]
BillingMerchantConnectorAccountIdNotFound,
}