mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): send metadata in payment authorize request for noon nmi cryptopay (#3325)
This commit is contained in:
@ -642,7 +642,7 @@ pub struct PaymentMethodListResponse {
|
||||
pub redirect_url: Option<String>,
|
||||
|
||||
/// currency of the Payment to be done
|
||||
#[schema(example = "USD")]
|
||||
#[schema(example = "USD", value_type = Currency)]
|
||||
pub currency: Option<api_enums::Currency>,
|
||||
|
||||
/// Information about the payment method
|
||||
|
||||
Reference in New Issue
Block a user