diff --git a/structs.go b/structs.go index f78bc17..2f069e3 100644 --- a/structs.go +++ b/structs.go @@ -34,4 +34,5 @@ type MerchantParametersRequest struct { MerchantUrlKO string `json:"Ds_Merchant_UrlKO,omitempty"` MerchantMerchantName string `json:"Ds_Merchant_MerchantName,omitempty"` MerchantConsumerLanguage string `json:"Ds_Merchant_ConsumerLanguage,omitempty"` + MerchantPayMethods string `json:"Ds_Merchant_Paymethods,omitempty"` }