mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(router): added a new type minor unit to amount (#4629)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
@ -12,3 +12,4 @@ serde_json = "1.0.115"
|
||||
utoipa = { version = "4.2.0", features = ["preserve_order", "preserve_path_order", "time"] }
|
||||
|
||||
api_models = { version = "0.1.0", path = "../api_models", features = ["frm", "payouts", "openapi"] }
|
||||
common_utils = {version = "0.1.0", path = "../common_utils"}
|
||||
|
||||
@ -184,6 +184,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::poll::retrieve_poll_status,
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
api_models::refunds::RefundRequest,
|
||||
api_models::refunds::RefundType,
|
||||
api_models::refunds::RefundResponse,
|
||||
|
||||
Reference in New Issue
Block a user