Skip to content

Commit 1420f53

Browse files
committed
Merge branch 'shipping_cost' of https://github.com/juspay/hyperswitch into shipping_cost
2 parents b0aaac5 + b3f2d8d commit 1420f53

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

api-reference-v2/openapi_spec.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14070,6 +14070,13 @@
1407014070
"description": "The payment net amount. net_amount = amount + surcharge_details.surcharge_amount + surcharge_details.tax_amount + shipping_cost + order_tax_amount,\nIf no surcharge_details, shipping_cost, order_tax_amount, net_amount = amount",
1407114071
"example": 6540
1407214072
},
14073+
"shipping_cost": {
14074+
"type": "integer",
14075+
"format": "int64",
14076+
"description": "The shipping cost for the payment.",
14077+
"example": 6540,
14078+
"nullable": true
14079+
},
1407314080
"amount_capturable": {
1407414081
"type": "integer",
1407514082
"format": "int64",
@@ -15209,6 +15216,13 @@
1520915216
"description": "The payment net amount. net_amount = amount + surcharge_details.surcharge_amount + surcharge_details.tax_amount + shipping_cost + order_tax_amount,\nIf no surcharge_details, shipping_cost, order_tax_amount, net_amount = amount",
1521015217
"example": 6540
1521115218
},
15219+
"shipping_cost": {
15220+
"type": "integer",
15221+
"format": "int64",
15222+
"description": "The shipping cost for the payment.",
15223+
"example": 6540,
15224+
"nullable": true
15225+
},
1521215226
"amount_capturable": {
1521315227
"type": "integer",
1521415228
"format": "int64",

api-reference/openapi_spec.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17335,6 +17335,13 @@
1733517335
"description": "The payment net amount. net_amount = amount + surcharge_details.surcharge_amount + surcharge_details.tax_amount + shipping_cost + order_tax_amount,\nIf no surcharge_details, shipping_cost, order_tax_amount, net_amount = amount",
1733617336
"example": 6540
1733717337
},
17338+
"shipping_cost": {
17339+
"type": "integer",
17340+
"format": "int64",
17341+
"description": "The shipping cost for the payment.",
17342+
"example": 6540,
17343+
"nullable": true
17344+
},
1733817345
"amount_capturable": {
1733917346
"type": "integer",
1734017347
"format": "int64",
@@ -18523,6 +18530,13 @@
1852318530
"description": "The payment net amount. net_amount = amount + surcharge_details.surcharge_amount + surcharge_details.tax_amount + shipping_cost + order_tax_amount,\nIf no surcharge_details, shipping_cost, order_tax_amount, net_amount = amount",
1852418531
"example": 6540
1852518532
},
18533+
"shipping_cost": {
18534+
"type": "integer",
18535+
"format": "int64",
18536+
"description": "The shipping cost for the payment.",
18537+
"example": 6540,
18538+
"nullable": true
18539+
},
1852618540
"amount_capturable": {
1852718541
"type": "integer",
1852818542
"format": "int64",

0 commit comments

Comments
 (0)