feat(FRM): add missing fields in Signifyd payment request (#4554)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
chikke srujan
2024-05-07 11:28:04 +05:30
committed by GitHub
parent 76b76eccc6
commit df2c2ca22d
12 changed files with 168 additions and 17 deletions

View File

@ -3776,6 +3776,8 @@ pub struct OrderDetailsWithAmount {
pub product_id: Option<String>,
/// Category of the product that is being purchased
pub category: Option<String>,
/// Sub category of the product that is being purchased
pub sub_category: Option<String>,
/// Brand of the product that is being purchased
pub brand: Option<String>,
/// Type of the product that is being purchased
@ -3810,6 +3812,8 @@ pub struct OrderDetails {
pub product_id: Option<String>,
/// Category of the product that is being purchased
pub category: Option<String>,
/// Sub category of the product that is being purchased
pub sub_category: Option<String>,
/// Brand of the product that is being purchased
pub brand: Option<String>,
/// Type of the product that is being purchased