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:
Arvind Patel
2023-08-01 11:56:24 +05:30
committed by GitHub
parent 208d619409
commit 505aa218cf
2 changed files with 17 additions and 8 deletions

View File

@ -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
),