Skip to content

Commit db6c2ad

Browse files
committed
refactor: resolve comment
1 parent e867b46 commit db6c2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/api_models/src/payments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7656,7 +7656,7 @@ pub struct ResponsePaymentMethodTypesForPayments {
76567656

76577657
/// Required fields for the payment_method_type.
76587658
/// This is the union of all the required fields for the payment method type enabled in all the connectors.
7659-
#[schema(value_type = Option<RequiredFieldInfo>)]
7659+
#[schema(value_type = RequiredFieldInfo)]
76607660
pub required_fields: Vec<payment_methods::RequiredFieldInfo>,
76617661

76627662
/// surcharge details for this payment method type if exists

0 commit comments

Comments
 (0)