feat(connector): [Adyen] Implement Boleto Bancario in Vouchers and Add support for Voucher in Next Action (#1657)

Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2023-08-01 18:27:56 +05:30
committed by GitHub
parent e3a33bb5c2
commit 801946f29f
9 changed files with 246 additions and 3 deletions

View File

@ -1442,6 +1442,9 @@ pub(crate) fn validate_payment_method_fields_present(
) | (
api_enums::PaymentMethod::Upi,
api::PaymentMethodData::Upi(..)
) | (
api_enums::PaymentMethod::Voucher,
api::PaymentMethodData::Voucher(..)
)
) | None
),