mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
fix: revert session flow for Apple Pay trustpay (#1393)
This commit is contained in:
committed by
GitHub
parent
7933e98c8c
commit
0ca69e6065
@ -159,9 +159,6 @@ pub enum PaymentAttemptUpdate {
|
||||
error_code: Option<Option<String>>,
|
||||
error_message: Option<Option<String>>,
|
||||
},
|
||||
SessionUpdate {
|
||||
connector_transaction_id: Option<String>,
|
||||
},
|
||||
StatusUpdate {
|
||||
status: storage_enums::AttemptStatus,
|
||||
},
|
||||
@ -393,12 +390,6 @@ impl From<PaymentAttemptUpdate> for PaymentAttemptUpdateInternal {
|
||||
preprocessing_step_id,
|
||||
..Default::default()
|
||||
},
|
||||
PaymentAttemptUpdate::SessionUpdate {
|
||||
connector_transaction_id,
|
||||
} => Self {
|
||||
connector_transaction_id,
|
||||
..Default::default()
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user