mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): Implement Razorpay UPI Collect (#8009)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local> Co-authored-by: Aishwariyaa Anand <124241367+Aishwariyaa-Anand@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1061,7 +1061,16 @@ impl Default for RequiredFields {
|
||||
enums::PaymentMethodType::UpiCollect,
|
||||
connectors(vec![(
|
||||
Connector::Razorpay,
|
||||
fields(vec![], vec![], vec![RequiredField::UpiCollectVpaId]),
|
||||
fields(
|
||||
vec![],
|
||||
vec![],
|
||||
vec![
|
||||
RequiredField::UpiCollectVpaId,
|
||||
RequiredField::BillingEmail,
|
||||
RequiredField::BillingPhone,
|
||||
RequiredField::BillingPhoneCountryCode,
|
||||
],
|
||||
),
|
||||
)]),
|
||||
)])),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user