mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
fix(connector): [Peachpayments] Fix Bugs (#9393)
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
This commit is contained in:
@ -1538,6 +1538,10 @@ fn get_cards_required_fields() -> HashMap<Connector, RequiredFieldFinal> {
|
||||
),
|
||||
(Connector::Paypal, fields(vec![], card_basic(), vec![])),
|
||||
(Connector::Payu, fields(vec![], card_basic(), vec![])),
|
||||
(
|
||||
Connector::Peachpayments,
|
||||
fields(vec![], vec![], card_with_name()),
|
||||
),
|
||||
(
|
||||
Connector::Powertranz,
|
||||
fields(vec![], card_with_name(), vec![]),
|
||||
|
||||
Reference in New Issue
Block a user