mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user