mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [TRUSTPAYMENTS] Integrate cards non 3ds payments (#8705)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1590,6 +1590,10 @@ fn get_cards_required_fields() -> HashMap<Connector, RequiredFieldFinal> {
|
||||
vec![],
|
||||
),
|
||||
),
|
||||
(
|
||||
Connector::Trustpayments,
|
||||
fields(vec![], vec![], card_basic()),
|
||||
),
|
||||
(Connector::Tsys, fields(vec![], card_basic(), vec![])),
|
||||
(
|
||||
Connector::Wellsfargo,
|
||||
|
||||
Reference in New Issue
Block a user