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:
Sayak Bhattacharya
2025-05-30 19:56:08 +05:30
committed by GitHub
parent 25dfa0ef60
commit 0476361251
37 changed files with 356 additions and 126 deletions

View File

@ -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,

View File

@ -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,