mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor: Move CustomerAcceptance to common_types (#8299)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -234,6 +234,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_types::payments::StripeSplitPaymentRequest,
|
||||
common_types::domain::AdyenSplitData,
|
||||
common_types::domain::AdyenSplitItem,
|
||||
common_types::payments::AcceptanceType,
|
||||
common_types::payments::CustomerAcceptance,
|
||||
common_types::payments::OnlineMandate,
|
||||
common_types::payments::XenditSplitRequest,
|
||||
common_types::payments::XenditSplitRoute,
|
||||
common_types::payments::XenditChargeResponseData,
|
||||
@ -450,13 +453,10 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentMethodData,
|
||||
api_models::payments::PaymentMethodDataRequest,
|
||||
api_models::payments::MandateType,
|
||||
api_models::payments::AcceptanceType,
|
||||
api_models::payments::MandateAmountData,
|
||||
api_models::payments::OnlineMandate,
|
||||
api_models::payments::Card,
|
||||
api_models::payments::CardRedirectData,
|
||||
api_models::payments::CardToken,
|
||||
api_models::payments::CustomerAcceptance,
|
||||
api_models::payments::PaymentsRequest,
|
||||
api_models::payments::PaymentsCreateRequest,
|
||||
api_models::payments::PaymentsUpdateRequest,
|
||||
|
||||
@ -181,6 +181,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_types::payments::SplitPaymentsRequest,
|
||||
common_types::payments::StripeSplitPaymentRequest,
|
||||
common_types::domain::AdyenSplitData,
|
||||
common_types::payments::AcceptanceType,
|
||||
common_types::payments::CustomerAcceptance,
|
||||
common_types::payments::OnlineMandate,
|
||||
common_types::payments::XenditSplitRequest,
|
||||
common_types::payments::XenditSplitRoute,
|
||||
common_types::payments::XenditChargeResponseData,
|
||||
@ -412,13 +415,10 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentMethodData,
|
||||
api_models::payments::PaymentMethodDataRequest,
|
||||
api_models::payments::MandateType,
|
||||
api_models::payments::AcceptanceType,
|
||||
api_models::payments::MandateAmountData,
|
||||
api_models::payments::OnlineMandate,
|
||||
api_models::payments::Card,
|
||||
api_models::payments::CardRedirectData,
|
||||
api_models::payments::CardToken,
|
||||
api_models::payments::CustomerAcceptance,
|
||||
api_models::payments::ConnectorTokenDetails,
|
||||
api_models::payments::PaymentsRequest,
|
||||
api_models::payments::PaymentsResponse,
|
||||
|
||||
Reference in New Issue
Block a user