@@ -461,7 +461,7 @@ paths:
461461 content :
462462 application/json :
463463 schema :
464- $ref : ' #/components/schemas/CheckoutProcessMixin '
464+ $ref : ' #/components/schemas/ProcessCheckout '
465465 examples :
466466 ProcessCard :
467467 description : Process a checkout with a card
@@ -4361,8 +4361,8 @@ components:
43614361 type : array
43624362 items :
43634363 allOf :
4364- - $ref : ' #/components/schemas/TransactionMixinBase '
4365- - $ref : ' #/components/schemas/TransactionMixinCheckout '
4364+ - $ref : ' #/components/schemas/TransactionBase '
4365+ - $ref : ' #/components/schemas/TransactionCheckoutInfo '
43664366 uniqueItems : true
43674367 title : Checkout
43684368 CheckoutCreateRequest :
@@ -4429,8 +4429,8 @@ components:
44294429 type : array
44304430 items :
44314431 allOf :
4432- - $ref : ' #/components/schemas/TransactionMixinBase '
4433- - $ref : ' #/components/schemas/TransactionMixinCheckout '
4432+ - $ref : ' #/components/schemas/TransactionBase '
4433+ - $ref : ' #/components/schemas/TransactionCheckoutInfo '
44344434 readOnly : true
44354435 uniqueItems : true
44364436 redirect_url :
@@ -4442,7 +4442,7 @@ components:
44424442 - amount
44434443 - currency
44444444 - merchant_code
4445- CheckoutProcessMixin :
4445+ ProcessCheckout :
44464446 description : Details of the payment instrument for processing the checkout.
44474447 type : object
44484448 properties :
@@ -5306,7 +5306,7 @@ components:
53065306 type : integer
53075307 timestamp :
53085308 $ref : ' #/components/schemas/TimestampEvent'
5309- TransactionMixinBase :
5309+ TransactionBase :
53105310 description : Details of the transaction.
53115311 type : object
53125312 properties :
@@ -5350,7 +5350,7 @@ components:
53505350 description : Current number of the installment for deferred payments.
53515351 type : integer
53525352 minimum : 1
5353- TransactionMixinCheckout :
5353+ TransactionCheckoutInfo :
53545354 type : object
53555355 properties :
53565356 merchant_code :
@@ -5402,7 +5402,7 @@ components:
54025402 - ACCELERATED_INSTALLMENT
54035403 TransactionHistory :
54045404 allOf :
5405- - $ref : ' #/components/schemas/TransactionMixinBase '
5405+ - $ref : ' #/components/schemas/TransactionBase '
54065406 - $ref : ' #/components/schemas/TransactionMixinHistory'
54075407 - type : object
54085408 properties :
@@ -5442,8 +5442,8 @@ components:
54425442 - UNKNOWN
54435443 TransactionFull :
54445444 allOf :
5445- - $ref : ' #/components/schemas/TransactionMixinBase '
5446- - $ref : ' #/components/schemas/TransactionMixinCheckout '
5445+ - $ref : ' #/components/schemas/TransactionBase '
5446+ - $ref : ' #/components/schemas/TransactionCheckoutInfo '
54475447 - $ref : ' #/components/schemas/TransactionMixinHistory'
54485448 - type : object
54495449 properties :
@@ -7467,7 +7467,7 @@ components:
74677467 content :
74687468 application/json :
74697469 schema :
7470- $ref : ' #/components/schemas/CheckoutProcessMixin '
7470+ $ref : ' #/components/schemas/ProcessCheckout '
74717471 examples :
74727472 ProcessCard :
74737473 description : Process a checkout with a card
0 commit comments