mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add connector field to PaymentRevenueRecoveryMetadata and implement schedule_failed_payment (#7462)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -274,6 +274,7 @@ impl ApiModelToDieselModelConvertor<ApiRevenueRecoveryMetadata> for PaymentReven
|
||||
),
|
||||
payment_method_type: from.payment_method_type,
|
||||
payment_method_subtype: from.payment_method_subtype,
|
||||
connector: from.connector,
|
||||
}
|
||||
}
|
||||
|
||||
@ -288,6 +289,7 @@ impl ApiModelToDieselModelConvertor<ApiRevenueRecoveryMetadata> for PaymentReven
|
||||
.convert_back(),
|
||||
payment_method_type: self.payment_method_type,
|
||||
payment_method_subtype: self.payment_method_subtype,
|
||||
connector: self.connector,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user