mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
fix(core): add merchant_id to gpay merchant info (#2170)
This commit is contained in:
@ -2317,7 +2317,10 @@ pub struct GpayTransactionInfo {
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, serde::Serialize, serde::Deserialize, ToSchema)]
|
||||
pub struct GpayMerchantInfo {
|
||||
/// The name of the merchant
|
||||
/// The merchant Identifier that needs to be passed while invoking Gpay SDK
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub merchant_id: Option<String>,
|
||||
/// The name of the merchant that needs to be displayed on Gpay PopUp
|
||||
pub merchant_name: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user