Skip to content

Commit d1525c1

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent d3c51c8 commit d1525c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

openapi.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
"content": {
662662
"application/json": {
663663
"schema": {
664-
"$ref": "#/components/schemas/CheckoutProcessMixin"
664+
"$ref": "#/components/schemas/ProcessCheckout"
665665
},
666666
"examples": {
667667
"ProcessCard": {
@@ -6473,10 +6473,10 @@
64736473
"items": {
64746474
"allOf": [
64756475
{
6476-
"$ref": "#/components/schemas/TransactionMixinBase"
6476+
"$ref": "#/components/schemas/TransactionBase"
64776477
},
64786478
{
6479-
"$ref": "#/components/schemas/TransactionMixinCheckout"
6479+
"$ref": "#/components/schemas/TransactionCheckoutInfo"
64806480
}
64816481
]
64826482
},
@@ -6564,10 +6564,10 @@
65646564
"items": {
65656565
"allOf": [
65666566
{
6567-
"$ref": "#/components/schemas/TransactionMixinBase"
6567+
"$ref": "#/components/schemas/TransactionBase"
65686568
},
65696569
{
6570-
"$ref": "#/components/schemas/TransactionMixinCheckout"
6570+
"$ref": "#/components/schemas/TransactionCheckoutInfo"
65716571
}
65726572
]
65736573
},
@@ -6587,7 +6587,7 @@
65876587
"merchant_code"
65886588
]
65896589
},
6590-
"CheckoutProcessMixin": {
6590+
"ProcessCheckout": {
65916591
"description": "Details of the payment instrument for processing the checkout.",
65926592
"type": "object",
65936593
"properties": {
@@ -7779,7 +7779,7 @@
77797779
}
77807780
}
77817781
},
7782-
"TransactionMixinBase": {
7782+
"TransactionBase": {
77837783
"description": "Details of the transaction.",
77847784
"type": "object",
77857785
"properties": {
@@ -7835,7 +7835,7 @@
78357835
}
78367836
}
78377837
},
7838-
"TransactionMixinCheckout": {
7838+
"TransactionCheckoutInfo": {
78397839
"type": "object",
78407840
"properties": {
78417841
"merchant_code": {
@@ -7904,7 +7904,7 @@
79047904
"TransactionHistory": {
79057905
"allOf": [
79067906
{
7907-
"$ref": "#/components/schemas/TransactionMixinBase"
7907+
"$ref": "#/components/schemas/TransactionBase"
79087908
},
79097909
{
79107910
"$ref": "#/components/schemas/TransactionMixinHistory"
@@ -7960,10 +7960,10 @@
79607960
"TransactionFull": {
79617961
"allOf": [
79627962
{
7963-
"$ref": "#/components/schemas/TransactionMixinBase"
7963+
"$ref": "#/components/schemas/TransactionBase"
79647964
},
79657965
{
7966-
"$ref": "#/components/schemas/TransactionMixinCheckout"
7966+
"$ref": "#/components/schemas/TransactionCheckoutInfo"
79677967
},
79687968
{
79697969
"$ref": "#/components/schemas/TransactionMixinHistory"
@@ -10450,7 +10450,7 @@
1045010450
"content": {
1045110451
"application/json": {
1045210452
"schema": {
10453-
"$ref": "#/components/schemas/CheckoutProcessMixin"
10453+
"$ref": "#/components/schemas/ProcessCheckout"
1045410454
},
1045510455
"examples": {
1045610456
"ProcessCard": {

0 commit comments

Comments
 (0)