mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix(payouts): persist status updates in payouts table (#4280)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -437,8 +437,6 @@ pub struct PayoutAttemptResponse {
|
||||
pub connector_transaction_id: Option<String>,
|
||||
/// If the payout was cancelled the reason provided here
|
||||
pub cancellation_reason: Option<String>,
|
||||
/// Provide a reference to a stored payout method
|
||||
pub payout_token: Option<String>,
|
||||
/// error code unified across the connectors is received here if there was an error while calling connector
|
||||
pub unified_code: Option<String>,
|
||||
/// error message unified across the connectors is received here if there was an error while calling connector
|
||||
|
||||
Reference in New Issue
Block a user