Skip to content

Commit 2a193fe

Browse files
committed
fix: enabled payment canceled transaction
1 parent 813954e commit 2a193fe

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Unit OpenAPI specifications",
55
"description": "An OpenAPI specifications for unit-sdk clients",
6-
"version": "0.2.2"
6+
"version": "0.2.3"
77
},
88
"servers": [
99
{

schemas/relationships.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@
874874
"additionalProperties": false
875875
}
876876
},
877+
"required": ["data"],
877878
"additionalProperties": false
878879
}
879880
}

schemas/transaction/transaction.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,8 @@
27892789
"returnedCheckPaymentTransaction",
27902790
"cardReversalTransaction",
27912791
"feeReversalTransaction",
2792-
"pushToCardReversalTransaction"
2792+
"pushToCardReversalTransaction",
2793+
"paymentCanceledTransaction"
27932794
]
27942795
}
27952796
},
@@ -2829,7 +2830,8 @@
28292830
"returnedCheckPaymentTransaction": "#/components/schemas/ReturnedCheckPaymentTransaction",
28302831
"cardReversalTransaction": "#/components/schemas/CardReversalTransaction",
28312832
"feeReversalTransaction": "#/components/schemas/FeeReversalTransaction",
2832-
"pushToCardReversalTransaction": "#/components/schemas/PushToCardReversalTransaction"
2833+
"pushToCardReversalTransaction": "#/components/schemas/PushToCardReversalTransaction",
2834+
"paymentCanceledTransaction": "#/components/schemas/PaymentCanceledTransaction"
28332835
}
28342836
}
28352837
}

0 commit comments

Comments
 (0)