mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(connector): added amount conversion framework for klarna and change type of amount to MinorUnit for OrderDetailsWithAmount (#4979)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: swangi-kumari <swangi.12015941@lpu.in> Co-authored-by: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com>
This commit is contained in:
@ -10977,9 +10977,7 @@
|
||||
"minimum": 0
|
||||
},
|
||||
"amount": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "the amount per quantity of product"
|
||||
"$ref": "#/components/schemas/MinorUnit"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user