refactor: rename statement descriptor to statement descriptor name (#711)

This commit is contained in:
Narayan Bhat
2023-03-04 11:25:46 +05:30
committed by GitHub
parent 641c4d6d02
commit a8da583bca
7 changed files with 11 additions and 11 deletions

View File

@ -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()
};

View File

@ -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()
};