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:
Kiran Kumar
2024-10-25 18:29:44 +05:30
committed by GitHub
parent d58f706dc3
commit 2807622ba6
21 changed files with 122 additions and 95 deletions

View File

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