mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor: rename statement descriptor to statement descriptor name (#711)
This commit is contained in:
@ -317,7 +317,7 @@ async fn payments_create_core() {
|
||||
address: None,
|
||||
phone: None,
|
||||
}),
|
||||
statement_descriptor: Some("Hyperswtich".to_string()),
|
||||
statement_descriptor_name: Some("Hyperswtich".to_string()),
|
||||
statement_descriptor_suffix: Some("Hyperswitch".to_string()),
|
||||
..Default::default()
|
||||
};
|
||||
@ -463,7 +463,7 @@ async fn payments_create_core_adyen_no_redirect() {
|
||||
address: None,
|
||||
phone: None,
|
||||
}),
|
||||
statement_descriptor: Some("Juspay".to_string()),
|
||||
statement_descriptor_name: Some("Juspay".to_string()),
|
||||
statement_descriptor_suffix: Some("Router".to_string()),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
@ -77,7 +77,7 @@ async fn payments_create_core() {
|
||||
address: None,
|
||||
phone: None,
|
||||
}),
|
||||
statement_descriptor: Some("Hyperswitch".to_string()),
|
||||
statement_descriptor_name: Some("Hyperswitch".to_string()),
|
||||
statement_descriptor_suffix: Some("Hyperswitch".to_string()),
|
||||
..<_>::default()
|
||||
};
|
||||
@ -229,7 +229,7 @@ async fn payments_create_core_adyen_no_redirect() {
|
||||
address: None,
|
||||
phone: None,
|
||||
}),
|
||||
statement_descriptor: Some("Juspay".to_string()),
|
||||
statement_descriptor_name: Some("Juspay".to_string()),
|
||||
statement_descriptor_suffix: Some("Router".to_string()),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user