mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(router): add connector to PaymentsResponse (#145)
This commit is contained in:
@ -367,6 +367,7 @@ pub struct PaymentsResponse {
|
||||
pub amount: i32,
|
||||
pub amount_capturable: Option<i32>,
|
||||
pub amount_received: Option<i32>,
|
||||
pub connector: Option<String>,
|
||||
pub client_secret: Option<Secret<String>>,
|
||||
#[serde(with = "common_utils::custom_serde::iso8601::option")]
|
||||
pub created: Option<PrimitiveDateTime>,
|
||||
|
||||
Reference in New Issue
Block a user