mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(core): Altered the amount field in DisputePayload to StringMinorUnit (#8131)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
This commit is contained in:
committed by
GitHub
parent
25dfa0ef60
commit
0476361251
@ -205,6 +205,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
common_utils::types::StringMinorUnit,
|
||||
common_utils::types::TimeRange,
|
||||
common_utils::link_utils::GenericLinkUiConfig,
|
||||
common_utils::link_utils::EnabledPaymentMethod,
|
||||
|
||||
@ -163,6 +163,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
common_utils::types::StringMinorUnit,
|
||||
common_utils::types::TimeRange,
|
||||
common_utils::types::BrowserInformation,
|
||||
common_utils::link_utils::GenericLinkUiConfig,
|
||||
|
||||
Reference in New Issue
Block a user