mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): [iatapay] fix refund amount, hardcode IN for UPI, send merchant payment id (#1824)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in> Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
This commit is contained in:
@ -1434,6 +1434,9 @@ pub(crate) fn validate_payment_method_fields_present(
|
||||
) | (
|
||||
api_enums::PaymentMethod::Crypto,
|
||||
api::PaymentMethodData::Crypto(..)
|
||||
) | (
|
||||
api_enums::PaymentMethod::Upi,
|
||||
api::PaymentMethodData::Upi(..)
|
||||
)
|
||||
) | None
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user