mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(authentication): create api for update profile acquirer (#8307)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -205,6 +205,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
|
||||
// Routes for profile acquirer account
|
||||
routes::profile_acquirer::profile_acquirer_create,
|
||||
routes::profile_acquirer::profile_acquirer_update,
|
||||
|
||||
// Routes for 3DS Decision Rule
|
||||
routes::three_ds_decision_rule::three_ds_decision_rule_execute,
|
||||
@ -781,6 +782,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::open_router::DecisionEngineSRSubLevelInputConfig,
|
||||
api_models::open_router::DecisionEngineEliminationData,
|
||||
api_models::profile_acquirer::ProfileAcquirerCreate,
|
||||
api_models::profile_acquirer::ProfileAcquirerUpdate,
|
||||
api_models::profile_acquirer::ProfileAcquirerResponse,
|
||||
euclid::frontend::dir::enums::CustomerDevicePlatform,
|
||||
euclid::frontend::dir::enums::CustomerDeviceType,
|
||||
|
||||
Reference in New Issue
Block a user