mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user