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:
Kashif
2025-04-24 21:43:36 +05:30
committed by GitHub
parent f1bb4a09ed
commit 2fe40a2f83
3 changed files with 31 additions and 31 deletions

View File

@ -1473,6 +1473,7 @@ fn get_cards_required_fields() -> HashMap<Connector, RequiredFieldFinal> {
RequiredField::CardNumber,
RequiredField::CardExpMonth,
RequiredField::CardExpYear,
RequiredField::BillingUserFirstName,
],
),
),