mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
chore: add cardholder name as mandatory field for Worldpay card transactions (#7897)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1473,6 +1473,7 @@ fn get_cards_required_fields() -> HashMap<Connector, RequiredFieldFinal> {
|
||||
RequiredField::CardNumber,
|
||||
RequiredField::CardExpMonth,
|
||||
RequiredField::CardExpYear,
|
||||
RequiredField::BillingUserFirstName,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user