mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(core): Make installment_payment_enabled,recurring_enabled Optional (#8201)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -263,8 +263,8 @@ impl ForeignFrom<(Option<api::CardDetailFromLocker>, domain::PaymentMethod)>
|
||||
payment_method: item.get_payment_method_type(),
|
||||
payment_method_type: item.get_payment_method_subtype(),
|
||||
card: card_details,
|
||||
recurring_enabled: false,
|
||||
installment_payment_enabled: false,
|
||||
recurring_enabled: Some(false),
|
||||
installment_payment_enabled: Some(false),
|
||||
payment_experience: None,
|
||||
metadata: item.metadata,
|
||||
created: Some(item.created_at),
|
||||
|
||||
Reference in New Issue
Block a user