mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: change serde value to strict type in payment intent domain and diesel model (#6393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -400,7 +400,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ApplePayShippingContactFields,
|
||||
api_models::payments::ApplePayAddressParameters,
|
||||
api_models::payments::AmountInfo,
|
||||
api_models::payments::ProductType,
|
||||
api_models::enums::ProductType,
|
||||
api_models::payments::GooglePayWalletData,
|
||||
api_models::payments::PayPalWalletData,
|
||||
api_models::payments::PaypalRedirection,
|
||||
|
||||
@ -187,6 +187,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::customers::CustomerResponse,
|
||||
api_models::admin::AcceptedCountries,
|
||||
api_models::admin::AcceptedCurrencies,
|
||||
api_models::enums::ProductType,
|
||||
api_models::enums::PaymentType,
|
||||
api_models::enums::PaymentMethod,
|
||||
api_models::enums::PaymentMethodType,
|
||||
@ -339,7 +340,6 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ApplePayShippingContactFields,
|
||||
api_models::payments::ApplePayAddressParameters,
|
||||
api_models::payments::AmountInfo,
|
||||
api_models::payments::ProductType,
|
||||
api_models::payments::GooglePayWalletData,
|
||||
api_models::payments::PayPalWalletData,
|
||||
api_models::payments::PaypalRedirection,
|
||||
|
||||
Reference in New Issue
Block a user