mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(connectors): [Tesouro] Integrate no-threeds cards (#9632)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1610,6 +1610,19 @@ fn get_cards_required_fields() -> HashMap<Connector, RequiredFieldFinal> {
|
||||
Connector::Trustpayments,
|
||||
fields(vec![], vec![], card_basic()),
|
||||
),
|
||||
(
|
||||
Connector::Tesouro,
|
||||
fields(
|
||||
vec![],
|
||||
vec![],
|
||||
vec![
|
||||
RequiredField::CardNumber,
|
||||
RequiredField::CardExpMonth,
|
||||
RequiredField::CardExpYear,
|
||||
RequiredField::CardCvc,
|
||||
],
|
||||
),
|
||||
),
|
||||
(Connector::Tsys, fields(vec![], card_basic(), vec![])),
|
||||
(
|
||||
Connector::Wellsfargo,
|
||||
|
||||
Reference in New Issue
Block a user